Update sample codes not indented correctly.

This commit is contained in:
Jason Yang 2021-01-26 17:39:12 +08:00 committed by GitHub
parent bea372f51d
commit 4378dfece7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 131 additions and 131 deletions

View File

@ -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