nagasurendra commited on
Commit
fe56c92
·
verified ·
1 Parent(s): 67f580a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -14,8 +14,8 @@ app.config['MAX_CONTENT_LENGTH'] = 16 * 1024 * 1024 # 16MB max file size
14
  os.makedirs(app.config['UPLOAD_FOLDER'], exist_ok=True)
15
 
16
  # Instagram credentials (replace with your own)
17
- INSTAGRAM_USERNAME = ""
18
- INSTAGRAM_PASSWORD = ""
19
 
20
  # Initialize instagrapi client
21
  cl = Client()
 
14
  os.makedirs(app.config['UPLOAD_FOLDER'], exist_ok=True)
15
 
16
  # Instagram credentials (replace with your own)
17
+ INSTAGRAM_USERNAME = "[email protected]"
18
+ INSTAGRAM_PASSWORD = "degavalli98"
19
 
20
  # Initialize instagrapi client
21
  cl = Client()