This commit is contained in:
oleting
2020-12-21 11:21:58 +01:00
parent fb143f5754
commit f6a4f141a5

2
gui.py
View File

@@ -82,7 +82,6 @@ while True:
pass
if event == '-JAVA FOLDER-':
folder = values['-JAVA FOLDER-']
print(folder)
try:
file_list = os.listdir(folder)
except:
@@ -107,5 +106,4 @@ while True:
pass
window.close()