mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-21 05:52:17 +00:00
Fixe typos (#61)
This commit is contained in:
committed by
GitHub
parent
bdc5ab3a60
commit
3419f479e6
@@ -1,3 +1,3 @@
|
|||||||
# --- Let's Encrypt DNS challange, not needed for self-hosting
|
# --- Let's Encrypt DNS challenge, not needed for self-hosting
|
||||||
|
|
||||||
dns_cloudflare_api_token = xxx
|
dns_cloudflare_api_token = xxx
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ import json
|
|||||||
|
|
||||||
# This script parses a nginx server log and creates a text file
|
# This script parses a nginx server log and creates a text file
|
||||||
# which can be used in the Lua script.
|
# which can be used in the Lua script.
|
||||||
# The path file is not suppied in this repo.
|
# The path file is not supplied in this repo.
|
||||||
|
|
||||||
with open('access.jsonl') as fp:
|
with open('access.jsonl') as fp:
|
||||||
json_lines = fp.readlines()
|
json_lines = fp.readlines()
|
||||||
|
|||||||
Reference in New Issue
Block a user