Update fetch.py
Variable name mismatched.
This commit is contained in:
@@ -67,5 +67,5 @@ print("thread's type: {}".format(thread.type))
|
|||||||
|
|
||||||
# Print image url for 20 last images from thread.
|
# Print image url for 20 last images from thread.
|
||||||
images = client.fetchThreadImages("<thread id>")
|
images = client.fetchThreadImages("<thread id>")
|
||||||
for image in islice(image, 20):
|
for image in islice(images, 20):
|
||||||
print(image.large_preview_url)
|
print(image.large_preview_url)
|
||||||
|
Reference in New Issue
Block a user