fix flake8 F541 (f-string is missing placeholders)

This commit is contained in:
Pavol Rusnak
2023-01-30 11:46:44 +00:00
parent 86e8a3a315
commit bc36e6bc4c
25 changed files with 66 additions and 68 deletions
+1 -1
View File
@@ -366,7 +366,7 @@ except:
# printing enviroment variable for debugging
if not settings.lnbits_admin_ui:
logger.debug(f"Enviroment Settings:")
logger.debug("Enviroment Settings:")
for key, value in settings.dict(exclude_none=True).items():
logger.debug(f"{key}: {value}")