Reached functional file download

This commit is contained in:
2025-04-16 03:22:58 +01:00
parent 0720c5963f
commit 4a248d14ac
3 changed files with 14 additions and 5 deletions
+2 -1
View File
@@ -232,7 +232,8 @@ class DataMessageHandler:
current_parallel_executions -= 1
return
except Exception as e:
print(f"Error in thread: {e}")
_tb = traceback.extract_tb(sys.exc_info()[2])[-1]
logging.error(f" [E] Error in thread, {_tb.filename}, line {_tb.lineno}, function '{_tb.name}': {e}")
return