Skip to content
Snippets Groups Projects
Commit 7b8d9e00 authored by Christoph Olberding's avatar Christoph Olberding
Browse files

Update UI/UI.py

parent 7ff4d7b7
Branches
No related tags found
No related merge requests found
......@@ -30,9 +30,10 @@ lsum.pack()
opt = tk.OptionMenu(app, variable, *OptionList)#Drop-Down Menü
opt.config(width=90, font=('Helvetica', 32))
opt.pack()
def berechne():
ZielortID=[0,0,0,0,0,0,0,0,0,0,0,0]
Wochentag=[0,0,0,0,0,0,0]
def berechne():
now = datetime.now() # aktuelle Zeit
today = date.today()# aktuelles Datum
current_time = now.strftime("%H:%M:%S")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment