Formatting
This commit is contained in:
parent
7a483e7912
commit
1b307166ee
1 changed files with 1 additions and 2 deletions
|
@ -1048,7 +1048,6 @@ class UiWebsocket(object):
|
|||
self.site.settings["cache"]["modified_files"] = modified_files
|
||||
return {"modified_files": modified_files}
|
||||
|
||||
|
||||
def actionSiteSetSettingsValue(self, to, key, value):
|
||||
if key not in ["modified_files_notification"]:
|
||||
return {"error": "Can't change this key"}
|
||||
|
|
Loading…
Reference in a new issue