Fix indentation for server_header in config.py

This commit is contained in:
Patrick Di Fazio
2025-12-30 00:24:36 +01:00
committed by GitHub
parent 844e99f9ef
commit 354f8bf895

View File

@@ -85,7 +85,7 @@ class Config:
api_server_port=int(os.getenv('API_SERVER_PORT', 8080)),
api_server_path=os.getenv('API_SERVER_PATH', '/api/v2/users'),
probability_error_codes=int(os.getenv('PROBABILITY_ERROR_CODES', 0)),
server_header=os.getenv('SERVER_HEADER')
server_header=os.getenv('SERVER_HEADER'),
database_path=os.getenv('DATABASE_PATH', 'data/krawl.db'),
database_retention_days=int(os.getenv('DATABASE_RETENTION_DAYS', 30)),
timezone=os.getenv('TIMEZONE') # If not set, will use system timezone