1
Fork 0
mirror of https://github.com/RGBCube/GitHubWrapper synced 2025-05-18 15:05:08 +00:00
This commit is contained in:
VarMonke 2022-03-29 18:27:55 +05:30
parent f46eada1bb
commit 6c8e5cec0e

View file

@ -51,7 +51,7 @@ class RepositoryNotFound(APIError):
class ObjectNotFound(APIError):
def __init__(self):
msg = 'The requested object was not found, ensure spelling is correct before proceeding'
msg = 'The requested object was not found, ensure spelling is correct before proceeding.'
super().__init__(msg)
class NoAuthProvided(APIError):