rairo commited on
Commit
96af30c
·
1 Parent(s): ce5a529

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -96,4 +96,4 @@ def whatsapp():
96
 
97
 
98
  if __name__ == "__main__":
99
- app.run(host="0.0.0.0", port=7860)
 
96
 
97
 
98
  if __name__ == "__main__":
99
+ app.run(debug=True,host="0.0.0.0", port=7860)