Fixed syntax error

This commit is contained in:
PySimpleGUI 2021-01-30 14:34:42 -05:00
parent 9dbbd60c0c
commit d42a0ccfc4
1 changed files with 1 additions and 1 deletions

View File

@ -2976,7 +2976,7 @@ while True:
ev1, vals1 = win1.Read(timeout=100)
if ev1 == sg.WIN_CLOSED:
break
win1.['_OUTPUT_'].update(vals1[0])
win1['_OUTPUT_'].update(vals1[0])
if ev1 == 'Launch 2' and not win2_active:
win2_active = True