Skip to content

Commit

Permalink
Fix docstring for receive_user_rate_info
Browse files Browse the repository at this point in the history
  • Loading branch information
tyeth committed Aug 5, 2024
1 parent 2ac0f7a commit cb21c07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions adafruit_io/adafruit_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -880,6 +880,7 @@ def receive_user_rate_info(self):
"mqtt_ban_error_message": null,
"sms_message_limit": 0
}
"""
path = self._compose_path("throttle")
return self._get(path)
Expand Down

0 comments on commit cb21c07

Please sign in to comment.