You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
←[32m[+] Succesfully saved to the database.←[0m
Traceback (most recent call last):
File "tracking.py", line 54, in main
tweet_criteria = parser.operation.TweetCriteria()
AttributeError: module 'parser' has no attribute 'operation'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "tracking.py", line 159, in
main(sys.argv[1:])
File "tracking.py", line 127, in main
except arg: UnboundLocalError: local variable 'arg' referenced before assignment
The text was updated successfully, but these errors were encountered:
←[32m[+] Succesfully saved to the database.←[0m
Traceback (most recent call last):
File "tracking.py", line 54, in main
tweet_criteria = parser.operation.TweetCriteria()
AttributeError: module 'parser' has no attribute 'operation'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "tracking.py", line 159, in
main(sys.argv[1:])
File "tracking.py", line 127, in main
except arg:
UnboundLocalError: local variable 'arg' referenced before assignment
The text was updated successfully, but these errors were encountered: