mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-13 22:32:15 +00:00
Fix stupid typo
This commit is contained in:
@@ -15,7 +15,7 @@ class APINoUserIDException(Exception):
|
||||
def __str__(self):
|
||||
return "This query requires a valid userID, but yours is either missing or invalid."
|
||||
|
||||
class APIAccessException(Exception)
|
||||
class APIAccessException(Exception):
|
||||
"""
|
||||
Raised on Access errors of any kind, network and EVE API failures
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user