Skip to content

Commit 38c1330

Browse files
authored
Merge pull request #332 from Seriusam/patch-1
Fixing a little misspelling
2 parents edcff70 + da52390 commit 38c1330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/thread_download.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@ def save(self):
6666
InstagramAPI = InstagramAPI("login", "password")
6767
InstagramAPI.login()
6868

69-
inst = DownloadThead(InstagramAPI, thread_id)
69+
inst = DownloadThread(InstagramAPI, thread_id)
7070
inst.download()
7171
inst.save()

0 commit comments

Comments
 (0)