- unused argument

This commit is contained in:
oleting
2020-12-26 10:54:19 +01:00
parent 87a4d6b2c8
commit b1825f3df3

View File

@@ -76,7 +76,7 @@ class gui:
window = sg.Window('Nassi Viewer', layout, resizable=True)
return window
def show_gui(self, theme: str, window: sg.Window):
def show_gui(self, window: sg.Window):
while True:
event, values = window.read()