Fix format

This commit is contained in:
Felipe Santos 2023-01-17 14:00:30 -03:00
parent 76fb367fd5
commit 1a74fad819

View File

@ -769,7 +769,10 @@ def config_save():
logging.error(f"Error restarting Frigate: {e}")
return "Config successfully saved, unable to restart Frigate", 200
return "Config successfully saved, restarting (this can take up to one minute)...", 200
return (
"Config successfully saved, restarting (this can take up to one minute)...",
200,
)
else:
return "Config successfully saved.", 200