mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 17:55:21 +03:00
Fix format
This commit is contained in:
parent
76fb367fd5
commit
1a74fad819
@ -769,7 +769,10 @@ def config_save():
|
|||||||
logging.error(f"Error restarting Frigate: {e}")
|
logging.error(f"Error restarting Frigate: {e}")
|
||||||
return "Config successfully saved, unable to restart Frigate", 200
|
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:
|
else:
|
||||||
return "Config successfully saved.", 200
|
return "Config successfully saved.", 200
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user