remove comments

This commit is contained in:
Georges-Antoine Assi
2026-06-07 08:34:34 -04:00
parent ab9b7bd775
commit 329f132389

View File

@@ -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