nagasurendra commited on
Commit
f2a2860
·
verified ·
1 Parent(s): d735cb3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -72,7 +72,7 @@ def upload():
72
  # Upload to Instagram
73
  try:
74
  cl = Client()
75
- cl.login('YOUR_INSTAGRAM_USERNAME', 'YOUR_INSTAGRAM_PASSWORD')
76
  cl.photo_upload(img_path, caption=caption)
77
  return jsonify({'status': 'uploaded'})
78
  except Exception as e:
 
72
  # Upload to Instagram
73
  try:
74
  cl = Client()
75
+ cl.login('[email protected]', 'Sitara@1946')
76
  cl.photo_upload(img_path, caption=caption)
77
  return jsonify({'status': 'uploaded'})
78
  except Exception as e: