forked from Github/frigate
Show status when mask is saved (#7212)
This commit is contained in:
@@ -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