mirror of
https://github.com/FutaGuard/LowTechFilter.git
synced 2025-06-21 05:21:02 +08:00
Fix data range in Phase4
This commit is contained in:
parent
4ac75ba90d
commit
8b26bcfaab
@ -130,7 +130,7 @@ class Phase4:
|
||||
logger.error("Download failed: %s", self.base_url)
|
||||
return False
|
||||
date = now.shift(days=-7).date().strftime("%Y-%m-%d")
|
||||
self.data[date] = r.content.splitlines()[2:-2]
|
||||
self.data[date] = r.content.splitlines()[2:-1]
|
||||
|
||||
async def run(self):
|
||||
for _ in range(5):
|
||||
|
Loading…
x
Reference in New Issue
Block a user