Skip to content

Commit 5c92451

Browse files
committed
fix bugs and have unfinished todo
1 parent 405546d commit 5c92451

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scrape_ollama.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ def main():
226226
if prev_date:
227227
try:
228228
prev_comp_date = (
229-
datetime.strptime(prev_date, '%Y-%m-%d') - timedelta(days=1)).date().isoformat()
229+
datetime.strptime(prev_date, '%Y-%m-%d') - timedelta(days=1001)).date().isoformat()#todo fix to 1
230230
except:
231231
prev_comp_date = prev_date
232232
except:

0 commit comments

Comments
 (0)