rename log extensions

This commit is contained in:
Zsolt Ero
2024-07-23 17:36:15 +02:00
parent ecf2fd38f9
commit 0aef97139e
4 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
import json
with open('access.log') as fp:
with open('access.jsonl') as fp:
json_lines = fp.readlines()
paths = []