mirror of
https://github.com/kc1awv/rrcd.git
synced 2026-05-05 00:39:07 -07:00
fix imports
This commit is contained in:
@@ -63,7 +63,9 @@ def configure_logging(
|
||||
if bool(cfg.log_console):
|
||||
handlers.append(logging.StreamHandler())
|
||||
|
||||
log_file = _clean_optional_path(override_file) if override_file is not None else None
|
||||
log_file = (
|
||||
_clean_optional_path(override_file) if override_file is not None else None
|
||||
)
|
||||
if log_file is None:
|
||||
log_file = _clean_optional_path(cfg.log_file)
|
||||
|
||||
|
||||
542
rrcd/service.py
542
rrcd/service.py
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user