Skip to content

Commit

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

0 comments on commit d9b406d

Please sign in to comment.