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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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