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 afb0c5b commit aa84f59Copy full SHA for aa84f59
moddb_comment_notifier.py
@@ -110,7 +110,7 @@ def main():
110
new_timestamp = int(now.timestamp())
111
112
try:
113
- moddb.Client(MODDB_USERNAME, MODDB_PASSWORD)
+ moddb.login(MODDB_USERNAME, MODDB_PASSWORD)
114
except moddb.errors.AuthError as e:
115
print(f'Unable to read guest comments: Please disable 2FA for this ModDB account. {e}')
116
except ValueError as e:
0 commit comments