Skip to content

Commit

Permalink
Update MethodNotAllowedException message
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Jan 8, 2024
1 parent 89456fa commit 0f8c5b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trakt/errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class NotFoundException(TraktException):
class MethodNotAllowedException(TraktException):
"""TraktException type to be raised when a 405 return code is received"""
http_code = 405
message = 'Method not Allowed'
message = 'Method Not Found - method doesn\'t exist'


class ConflictException(TraktException):
Expand Down

0 comments on commit 0f8c5b8

Please sign in to comment.