This commit is contained in:
ahmed531998 2023-04-07 21:03:43 +02:00
parent 64991e8ebc
commit 3aa8b4e53c
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')
app.run(host='0.0.0.0', port=4000)