mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-02-21 14:10:39 +01:00
Don't leave memory mode when downloading
This commit is contained in:
parent
25bb6486eb
commit
fab51b64a3
@ -501,9 +501,6 @@ def index():
|
|||||||
return render_template('index.html')
|
return render_template('index.html')
|
||||||
@app.route('/download')
|
@app.route('/download')
|
||||||
def download():
|
def download():
|
||||||
# Leave Edit/Memory mode before continuing
|
|
||||||
exitModes()
|
|
||||||
|
|
||||||
# Build json to write
|
# Build json to write
|
||||||
js = {}
|
js = {}
|
||||||
js["gamestarted"] = vars.gamestarted
|
js["gamestarted"] = vars.gamestarted
|
||||||
|
Loading…
x
Reference in New Issue
Block a user