Falko Schindler hace 4 años
padre
commit
3ed307a908
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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():