We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents edcff70 + da52390 commit 38c1330Copy full SHA for 38c1330
examples/thread_download.py
@@ -66,6 +66,6 @@ def save(self):
66
InstagramAPI = InstagramAPI("login", "password")
67
InstagramAPI.login()
68
69
- inst = DownloadThead(InstagramAPI, thread_id)
+ inst = DownloadThread(InstagramAPI, thread_id)
70
inst.download()
71
inst.save()
0 commit comments