Fixe typos (#61)

This commit is contained in:
Souleymane Maman Nouri Souley
2025-02-07 21:39:11 -01:00
committed by GitHub
parent bdc5ab3a60
commit 3419f479e6
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -3,7 +3,7 @@ import json
# This script parses a nginx server log and creates a text file
# 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:
json_lines = fp.readlines()