Fixed syntax error
This commit is contained in:
parent
9dbbd60c0c
commit
d42a0ccfc4
|
@ -2976,7 +2976,7 @@ while True:
|
||||||
ev1, vals1 = win1.Read(timeout=100)
|
ev1, vals1 = win1.Read(timeout=100)
|
||||||
if ev1 == sg.WIN_CLOSED:
|
if ev1 == sg.WIN_CLOSED:
|
||||||
break
|
break
|
||||||
win1.['_OUTPUT_'].update(vals1[0])
|
win1['_OUTPUT_'].update(vals1[0])
|
||||||
|
|
||||||
if ev1 == 'Launch 2' and not win2_active:
|
if ev1 == 'Launch 2' and not win2_active:
|
||||||
win2_active = True
|
win2_active = True
|
||||||
|
|
Loading…
Reference in New Issue