mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-05 10:45:21 +03:00
Remove fstring
This commit is contained in:
parent
f1e4f67d03
commit
a712ff0175
@ -175,7 +175,7 @@ class FrigateApp:
|
||||
with open("/config/.vacuum", "w") as f:
|
||||
f.write(datetime.datetime.now().timestamp())
|
||||
except PermissionError:
|
||||
logger.error(f"Unable to write to /config to save DB state")
|
||||
logger.error("Unable to write to /config to save DB state")
|
||||
|
||||
# Migrate DB location
|
||||
old_db_path = DEFAULT_DB_PATH
|
||||
|
||||
Loading…
Reference in New Issue
Block a user