Skip to content

Commit

Permalink
Fixing a little misspelling
Browse files Browse the repository at this point in the history
It is supposed to be DownloadThread() not DownloadTead()
  • Loading branch information
aktasfatih authored Mar 6, 2018
1 parent b7c8d9c commit da52390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/thread_download.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ def save(self):
InstagramAPI = InstagramAPI("login", "password")
InstagramAPI.login()

inst = DownloadThead(InstagramAPI, thread_id)
inst = DownloadThread(InstagramAPI, thread_id)
inst.download()
inst.save()

0 comments on commit da52390

Please sign in to comment.