We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf87209 commit 973087cCopy full SHA for 973087c
myjdapi/exception.py
@@ -70,7 +70,7 @@ def get_exception(
70
def __init__(self, exception_source, *args, **kwargs):
71
"""Initialize MyJDownloader API exception."""
72
self.source = exception_source.upper()
73
- super().__init__(*args, **kwargs)
+ super(MYJDApiException, self).__init__(*args, **kwargs)
74
75
76
class MYJDApiCommandNotFoundException(MYJDApiException):
0 commit comments