From 91fef55aed6864916d4de9b8356803c7f304deae Mon Sep 17 00:00:00 2001 From: MikeTheWatchGuy Date: Fri, 21 Sep 2018 23:29:50 -0400 Subject: [PATCH] Key error --- Demo_Calendar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Demo_Calendar.py b/Demo_Calendar.py index 612757d6..2ecc18f6 100644 --- a/Demo_Calendar.py +++ b/Demo_Calendar.py @@ -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'])