回答編集履歴
1
タイトルが適切でなかったので修正 word -> bytes
answer
CHANGED
@@ -70,7 +70,7 @@
|
|
70
70
|
options.update(timeout_options)
|
71
71
|
|
72
72
|
|
73
|
-
with closing(sg.Window('
|
73
|
+
with closing(sg.Window('Bytes Count', layout)) as window:
|
74
74
|
|
75
75
|
while True:
|
76
76
|
event, values = window.read(**options)
|