Update user-agent (#283)

Update user-agent to the latest Firefox ESR.
This commit is contained in:
Marc Wrobel
2024-01-24 22:58:56 +01:00
committed by GitHub
parent a8bc46732a
commit d72008ae9c
3 changed files with 4 additions and 4 deletions

View File

@@ -4,6 +4,9 @@ import os
from datetime import datetime, timezone
from pathlib import Path
# Do not update the format: it's also used to declare groups in the GitHub Actions logs.
logging.basicConfig(format="%(message)s", level=logging.INFO)
VERSIONS_PATH = Path(os.environ.get("VERSIONS_PATH", "releases"))