Skip to content

Unique ID is not defined. #1

@maz369

Description

@maz369

Can you please help me understand what unique ID is standing for? Currently I am getting the following error when running you code.

There were a total of 0 tweets captured
There are a total of 0 objects in the dictionary


NameError Traceback (most recent call last)
in
43 print(f"There were a total of {counter} tweets captured")
44 print(f"There are a total of {len(TempDict)} objects in the dictionary")
---> 45 print(f"There are a total of {len(unique_ids)} unique ids")

NameError: name 'unique_ids' is not defined

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions