Skip to content

Commit 609253d

Browse files
committed
Update codec_expoler.py
- Fix Error Code
1 parent 516dc5e commit 609253d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/codec_expoler.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,8 @@ def create_tree_tab(label):
147147
export_btn = tk.Button(root_window, text="Esporta in Excel o CSV", command=export_data)
148148
export_btn.pack(pady=10)
149149

150+
151+
if __name__ == "__main__":
150152
while True:
151153
root_window.mainloop()
152154
scelta = input("\nUtilizza di nuovo lo script digitando 1 o premi 0 per ritornare a main.py: ").strip()

0 commit comments

Comments
 (0)