Merge pull request #302 from MikeTheWatchGuy/Dev-latest

Key error
This commit is contained in:
MikeTheWatchGuy 2018-09-21 23:30:21 -04:00 committed by GitHub
commit d514604928
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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'])