small fixes

This commit is contained in:
Klemek
2021-08-27 13:27:18 +02:00
parent 9830801101
commit cca1d503f2
2 changed files with 15 additions and 6 deletions
+1 -3
View File
@@ -1,11 +1,9 @@
import tkinter as tk
import os.path
from app import App
if __name__ == "__main__":
app = App(tk.Tk())
# TODO remove debug
app.open_file("../watchfaces/tetris-2.0/tetris.h")
app.mainloop()