bugfixes
This commit is contained in:
parent
86034358b7
commit
6db67ee445
5 changed files with 9 additions and 10 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue