Typo Error Fix
This commit is contained in:
parent
f1b4a878a5
commit
4389016b95
@ -87,7 +87,7 @@ def toggleForceStartUploadThread():
|
||||
|
||||
|
||||
@app.route("/force/start/clean", methods=["POST"])
|
||||
def toggleForceStartUploadThread():
|
||||
def startForceCleanDisk():
|
||||
Common.doClean(True)
|
||||
Common.appendOperation("强制执行清理程序")
|
||||
return jsonify({"message":"ok","code":200,"status":0,"data":{
|
||||
|
Reference in New Issue
Block a user