소스 검색

fix merge error

Falko Schindler 1 년 전
부모
커밋
82a9059f9a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      nicegui/nicegui.py

+ 1 - 1
nicegui/nicegui.py

@@ -241,7 +241,7 @@ async def prune_slot_stacks() -> None:
                 del globals.slot_stacks[id_]
         except Exception:
             # NOTE: make sure the loop doesn't crash
-            globals.log.exception('Error while pruning slot stacks')
+            log.exception('Error while pruning slot stacks')
         await asyncio.sleep(10)