mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Make unzip_server snake case
This commit is contained in:
parent
2dc85e6f27
commit
9fcd510be2
@ -424,7 +424,7 @@ class AjaxHandler(BaseHandler):
|
||||
elif page == "unzip_server":
|
||||
path = self.get_argument("path", None)
|
||||
if Helpers.check_file_exists(path):
|
||||
self.helper.unzipServer(path, exec_user["user_id"])
|
||||
self.helper.unzip_server(path, exec_user["user_id"])
|
||||
else:
|
||||
user_id = exec_user["user_id"]
|
||||
if user_id:
|
||||
|
Loading…
Reference in New Issue
Block a user