mirror of
https://github.com/netinvent/npbackup.git
synced 2025-11-24 10:30:15 +08:00
No need for default timeout in operations GUI
This commit is contained in:
parent
4f7f09a36c
commit
4ade66ee7f
1 changed files with 1 additions and 1 deletions
|
|
@ -167,7 +167,7 @@ def operations_gui(full_config: dict) -> dict:
|
|||
window["repo-list"].expand(True, True)
|
||||
|
||||
while True:
|
||||
event, values = window.read(timeout=60000)
|
||||
event, values = window.read()
|
||||
|
||||
if event in (sg.WIN_CLOSED, sg.WIN_X_EVENT, "--EXIT--"):
|
||||
break
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue