We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3849d90 commit 8ad5016Copy full SHA for 8ad5016
app.py
@@ -45,4 +45,4 @@ def webhook():
45
46
47
if __name__ == "__main__":
48
- app.run(host='0.0.0.0')
+ app.run(host='0.0.0.0', port=5000)
0 commit comments