Key error

This commit is contained in:
MikeTheWatchGuy 2018-09-21 23:29:50 -04:00
parent eb309b5895
commit 91fef55aed
1 changed files with 1 additions and 1 deletions

View File

@ -7,4 +7,4 @@ layout = [[sg.T('Calendar Test')],
form = sg.FlexForm('Calendar', grab_anywhere=False)
b,v = form.LayoutAndRead(layout)
sg.Popup(v['date'])
sg.Popup(v['input'])