Update sample codes not indented correctly.
This commit is contained in:
parent
bea372f51d
commit
4378dfece7
|
@ -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