Skip to content

Commit 824c307

Browse files
committed
Error fix 👍
1 parent ef32f62 commit 824c307

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

InstagramAPI.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ def SendRequest(self, endpoint, post = None, login = False):
479479
return False
480480

481481

482-
InstagramAPI = InstagramAPI("gvozdika_store", "u8t0t4a0")
482+
InstagramAPI = InstagramAPI("login", "password")
483483
InstagramAPI.login() # login
484484
InstagramAPI.tagFeed("cat") # get media list by tag #cat
485485
media_id = InstagramAPI.LastJson # media id of first media

0 commit comments

Comments
 (0)