Reached functional file download
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user