mirror of
https://github.com/rommapp/romm.git
synced 2026-06-27 22:35:57 +00:00
remove comments
This commit is contained in:
@@ -36,7 +36,6 @@ def _update_thread_allowance(response: dict) -> None:
|
||||
"""
|
||||
try:
|
||||
max_threads = int(response["response"]["ssuser"]["maxthreads"])
|
||||
print("MAX THREADS: ", max_threads)
|
||||
except (AttributeError, KeyError, TypeError, ValueError):
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user