Praveen76 commited on
Commit
3489c10
·
verified ·
1 Parent(s): f065d2b

Update app/main.py

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