回答編集履歴

1

ログファイル名を質問文に合わせた

2021/09/17 02:13

投稿

Daregada
Daregada

スコア11990

test CHANGED
@@ -42,7 +42,7 @@
42
42
 
43
43
 
44
44
 
45
- with open('wlcsample.log', 'r', encoding='shift_jis') as f:
45
+ with open('wlc.log', 'r', encoding='shift_jis') as f:
46
46
 
47
47
  lines = f.readlines()
48
48