This commit is contained in:
ahmed531998 2023-04-07 19:54:55 +02:00
parent 69a4ffc287
commit 64991e8ebc
1 changed files with 1 additions and 1 deletions

View File

@ -177,4 +177,4 @@ if __name__ == "__main__":
'response_intent text NOT NULL);'
)
conn.commit()
app.run(host='0.0.0.0', port=4000)
app.run(host='0.0.0.0')