mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-03-11 09:00:10 +01:00
Restore missing loadsettings()
call
This commit is contained in:
parent
661cca63e8
commit
462040ed6f
@ -3807,6 +3807,11 @@ def randomGameRequest(topic):
|
|||||||
# Final startup commands to launch Flask app
|
# Final startup commands to launch Flask app
|
||||||
#==================================================================#
|
#==================================================================#
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
|
||||||
|
# Load settings from client.settings
|
||||||
|
loadmodelsettings()
|
||||||
|
loadsettings()
|
||||||
|
|
||||||
# Start Flask/SocketIO (Blocking, so this must be last method!)
|
# Start Flask/SocketIO (Blocking, so this must be last method!)
|
||||||
|
|
||||||
#socketio.run(app, host='0.0.0.0', port=5000)
|
#socketio.run(app, host='0.0.0.0', port=5000)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user