Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix docstring for receive_user_rate_info
Browse files Browse the repository at this point in the history
tyeth committed Aug 5, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 2ac0f7a commit ab2f696
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
@@ -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)

0 comments on commit ab2f696

Please sign in to comment.