Falko Schindler 4 年之前
父節點
當前提交
3ed307a908
共有 1 個文件被更改,包括 1 次插入1 次删除
  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():