Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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=
|
|
|
|
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 |
+
|