update scraper.py
This commit is contained in:
+1
-1
@@ -170,7 +170,7 @@ class Scraper:
|
|||||||
if isinstance(e, Tweet):
|
if isinstance(e, Tweet):
|
||||||
add_tweet(e)
|
add_tweet(e)
|
||||||
if e == cur_page[-1]:
|
if e == cur_page[-1]:
|
||||||
print(f"{e.date} (last tweet) < {since.date} (since) ?")
|
print(f"{e.date} (last tweet) < {since.date()} (since) ?")
|
||||||
elif isinstance(e, SelfThread):
|
elif isinstance(e, SelfThread):
|
||||||
# FIXME: rework when replied_to is fixed (currently populates user_mentions)
|
# FIXME: rework when replied_to is fixed (currently populates user_mentions)
|
||||||
# latest tweet in thread = og author's reply
|
# latest tweet in thread = og author's reply
|
||||||
|
|||||||
Reference in New Issue
Block a user