mirror of
https://github.com/DRYTRIX/TimeTracker.git
synced 2026-05-19 12:50:11 -05:00
89ec9149f8
Remove redundant 'import traceback' statement inside exception handler in docker/start-fixed.py. The traceback module is already imported at the top of the file, and the local import was causing Python to treat it as a local variable, leading to UnboundLocalError when the exception handler didn't execute.