mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-08-09 04:11:11 +03:00
Show status when mask is saved (#7212)
This commit is contained in:
+1
-1
@@ -1090,7 +1090,7 @@ def config_set():
|
||||
logging.error(f"Error updating config: {e}")
|
||||
return "Error updating config", 500
|
||||
|
||||
return "Config successfully updated", 200
|
||||
return "Config successfully updated, restart to apply", 200
|
||||
|
||||
|
||||
@bp.route("/config/schema.json")
|
||||
|
||||
Reference in New Issue
Block a user