This commit is contained in:
muskit
2023-08-21 03:05:22 -07:00
parent df754b3ef9
commit daa5dd1752
2 changed files with 17 additions and 13 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ class Scraper:
return None
else:
print("Unknown exception occurred, trying again as private...")
self.get_tweet(id, True)
return self.get_tweet(id, True)
# since MUST BE TIMEZONE AWARE
# usage example: since=datetime(2023, 8, 1).replace(tzinfo=pytz.utc)