-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels