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