Praveen76 commited on
Commit
e81667e
·
verified ·
1 Parent(s): c7b1c7d

Update app/main.py

Browse files
Files changed (1) hide show
  1. app/main.py +1 -1
app/main.py CHANGED
@@ -97,4 +97,4 @@ def incoming_sms():
97
  return str(resp)
98
 
99
  if __name__ == "__main__":
100
- app.run(port=5000, debug=True)
 
97
  return str(resp)
98
 
99
  if __name__ == "__main__":
100
+ app.run(host='0.0.0.0', port=5000, debug=True)