Commit 230b63f8 authored by Francesco Poldi's avatar Francesco Poldi

Update

parent 8bbea316
...@@ -458,7 +458,6 @@ async def main(): ...@@ -458,7 +458,6 @@ async def main():
feed, init, count = await getTweets(init) feed, init, count = await getTweets(init)
num += count num += count
else: else:
print("update\n")
_until = _until - datetime.timedelta(days=1) _until = _until - datetime.timedelta(days=1)
feed = [-1] feed = [-1]
# Control when we want to stop scraping. # Control when we want to stop scraping.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment