Skip to content

Commit da52390

Browse files
authored
Fixing a little misspelling
It is supposed to be DownloadThread() not DownloadTead()
1 parent b7c8d9c commit da52390

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)