This commit is contained in:
2026-02-06 08:00:53 +01:00
committed by Florian Greistorfer
parent 7d254f5a3e
commit 7d086a7a20
6 changed files with 44 additions and 51 deletions

View File

@@ -18,7 +18,7 @@ import gzip
import shutil
import logging
from datetime import datetime
from pythonjsonlogger import json as jsonlogger
from pythonjsonlogger import jsonlogger
# Constants for file paths and exclusions
SCRIPTDIR = os.path.dirname(os.path.realpath(__file__)).removesuffix(__package__ if __package__ else "")