nagasurendra commited on
Commit
52b921d
·
verified ·
1 Parent(s): 0cce8f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -36,4 +36,5 @@ def post_to_instagram():
36
  return jsonify({"message": "Image posted to Instagram!"})
37
 
38
  if __name__ == '__main__':
39
- app.run(debug=True)
 
 
36
  return jsonify({"message": "Image posted to Instagram!"})
37
 
38
  if __name__ == '__main__':
39
+ app.run(debug=False) # Turn off debug mode for production
40
+