mirror of
https://github.com/netinvent/npbackup.git
synced 2025-02-24 22:44:04 +08:00
Remove unnecessary WIP statement
This commit is contained in:
parent
bd3a3f44e3
commit
3703f43fbe
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ def config_gui(config_dict: dict, config_file: str):
|
|||
list(combo_boxes["source_type"].values()),
|
||||
key="backup---source_type",
|
||||
size=(48, 1),
|
||||
), # WIP
|
||||
),
|
||||
],
|
||||
[
|
||||
sg.Text(
|
||||
|
|
Loading…
Reference in a new issue