import update

This commit is contained in:
2026-02-04 08:54:19 +01:00
committed by Florian Greistorfer
parent e06df9444d
commit cad6d88b22

View File

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