Skip to content

Commit 5347a19

Browse files
committed
daysago2
1 parent db3a8a8 commit 5347a19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/main_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def pull(self, task):
3838
proxy=False
3939
)
4040

41-
txt_dfs = pull_instance.load(days_ago=7)
41+
txt_dfs = pull_instance.load(days_ago=70)
4242
return self.convert_to_csv(txt_dfs, task)
4343

4444
def convert_to_csv(self, txt_dfs, task):

0 commit comments

Comments
 (0)