Skip to content

Commit

Permalink
Fix totk images error message
Browse files Browse the repository at this point in the history
  • Loading branch information
gadhagod committed May 28, 2024
1 parent d9b406d commit d7b4dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compendium/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ class TotkImagesNotImplemented(NotImplemented, ApiException):
def __init__(self) -> None:
super().__init__()
TotkImagesNotImplemented.status = 501
TotkImagesNotImplemented.description = 'Totk regions have not been implemented yet'
TotkImagesNotImplemented.description = 'Totk images have not been implemented yet'

0 comments on commit d7b4dd7

Please sign in to comment.