Skip to content

Commit 35e76a1

Browse files
committed
daysago
1 parent dea64dc commit 35e76a1

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
-150 Bytes
Binary file not shown.

code/data_processing/pull_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def __init__(self, taskIds, tease, token, taskName, proxy=True):
2424
self.taskName = taskName
2525
self.proxy = proxy
2626

27-
def load(self, days_ago=1):
27+
def load(self, days_ago=99):
2828

2929
from datetime import datetime, timedelta
3030

0 commit comments

Comments
 (0)