mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-21 22:12:15 +00:00
rename log extensions
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import json
|
||||
|
||||
|
||||
with open('access.log') as fp:
|
||||
with open('access.jsonl') as fp:
|
||||
json_lines = fp.readlines()
|
||||
|
||||
paths = []
|
||||
|
||||
Reference in New Issue
Block a user