Falko Schindler 4 năm trước cách đây
mục cha
commit
3ed307a908
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      nice_gui.py

+ 1 - 1
nice_gui.py

@@ -165,7 +165,7 @@ class Ui(Starlette):
 
             await asyncio.sleep(interval)
             handle_exceptions(callback)()
-            await main.update()
+            await parent.update()
 
         async def loop():