You've already forked akaunting-py
Added exception to catch rate-limiting.
This commit is contained in:
@@ -31,6 +31,14 @@ class ContactNotFound(Error):
|
||||
"""
|
||||
Account not found
|
||||
|
||||
Args:
|
||||
Error (_type_): _description_
|
||||
"""
|
||||
|
||||
class TooManyAttempts(Error):
|
||||
"""
|
||||
Too Many attempts to API
|
||||
|
||||
Args:
|
||||
Error (_type_): _description_
|
||||
"""
|
||||
Reference in New Issue
Block a user