Don't leave memory mode when downloading

This commit is contained in:
Gnome Ann 2021-09-01 13:36:05 -04:00
parent 25bb6486eb
commit fab51b64a3
1 changed files with 0 additions and 3 deletions

View File

@ -501,9 +501,6 @@ def index():
return render_template('index.html')
@app.route('/download')
def download():
# Leave Edit/Memory mode before continuing
exitModes()
# Build json to write
js = {}
js["gamestarted"] = vars.gamestarted