start stop display after features to display save prompt

This commit is contained in:
Justin
2023-07-17 19:10:00 +08:00
committed by GitHub
parent 225ba94d69
commit 15aff9507a

View File

@@ -1697,6 +1697,12 @@ def updateSelectedMsg():
return index()
@app.route("/savePromptStartStop", methods=["PUT", "POST"])
def savePromptStartStop():
stop()
time.sleep(0.1)
start()
return index()
if __name__ == "__main__":