gui: mainloop

master
ademant 2019-07-25 14:33:33 +02:00
parent f530769d1d
commit 42f2755917
2 changed files with 4 additions and 0 deletions

View File

@ -67,3 +67,5 @@ button_send=Button(gframe,text="Absenden",bg="#00FF00",width=15,command=send_dat
button_send.grid(row=5,column=1,padx=10,pady=3)
datafields["date"].insert(0,str(round(1000*time.time())))
groot.mainloop()

View File

@ -78,3 +78,5 @@ button_send.grid(row=5,column=1,padx=10,pady=3)
datafields["date"].insert(0,str(round(1000*time.time())))
datafields["kfz"].insert(0,"berlingo")
groot.mainloop()