Server update s

This commit is contained in:
Eren Golge
2019-04-18 17:35:20 +02:00
parent 9915220539
commit 01dbfb3a0f
5 changed files with 47 additions and 4 deletions
+1 -1
View File
@@ -27,4 +27,4 @@ def tts():
if __name__ == '__main__':
app.run(debug=True, host='0.0.0.0', port=config.port)
app.run(debug=config.debug, host='0.0.0.0', port=config.port)