Skip to content

Error in Fetching information example (doc) #540

@Benjamin-Loison

Description

@Benjamin-Loison

Instead of:

images = client.fetchThreadImages("")
for image in islice(image, 20):
print(image.large_preview_url)

It should be "images" instead of "image" in https://fbchat.readthedocs.io/en/stable/intro.html#fetching-information

for image in islice(images, 20):

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions