mirror of
https://github.com/webui-dev/webui
synced 2025-03-28 21:13:17 +00:00
Change loop() to wait()
This commit is contained in:
parent
636331ebca
commit
c5de824b6e
@ -12,7 +12,7 @@ from webui import webui
|
||||
MyWindow = webui.window()
|
||||
MyWindow.bind('MyID', my_function)
|
||||
MyWindow.show("MyHTML")
|
||||
webui.loop()
|
||||
webui.wait()
|
||||
```
|
||||
|
||||
```sh
|
||||
|
Loading…
x
Reference in New Issue
Block a user