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 ab9b7bd commit 329f132Copy full SHA for 329f132
1 file changed
backend/adapters/services/screenscraper.py
@@ -36,7 +36,6 @@ def _update_thread_allowance(response: dict) -> None:
36
"""
37
try:
38
max_threads = int(response["response"]["ssuser"]["maxthreads"])
39
- print("MAX THREADS: ", max_threads)
40
except (AttributeError, KeyError, TypeError, ValueError):
41
return
42
0 commit comments