mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Don't leave memory mode when downloading
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user