Преглед изворни кода

report exception with globals.log

Rodja Trappe пре 2 година
родитељ
комит
8a20dcfdfb
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      nicegui/functions/timer.py

+ 1 - 1
nicegui/functions/timer.py

@@ -58,7 +58,7 @@ class Timer:
                 except asyncio.CancelledError:
                     break
                 except:
-                    traceback.print_exc()
+                    globals.log.exception('Exception in timer callback')
                     await asyncio.sleep(self.interval)
         self.cleanup()