mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-02-17 12:10:49 +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')
|
||||
@app.route('/download')
|
||||
def download():
|
||||
# Leave Edit/Memory mode before continuing
|
||||
exitModes()
|
||||
|
||||
# Build json to write
|
||||
js = {}
|
||||
js["gamestarted"] = vars.gamestarted
|
||||
|
Loading…
x
Reference in New Issue
Block a user