This commit is contained in:
claudi 2026-01-28 11:43:31 +01:00
parent 86034358b7
commit 6db67ee445
5 changed files with 9 additions and 10 deletions

View file

@ -25,8 +25,8 @@ def main() -> int:
# Set up logging
log_file = None
if config.log_file_path:
log_file = Path(config.log_file_path)
if config.log_file:
log_file = config.log_file
setup_logging(
name="webdrop_bridge",