We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db3a8a8 commit 5347a19Copy full SHA for 5347a19
code/main_handler.py
@@ -38,7 +38,7 @@ def pull(self, task):
38
proxy=False
39
)
40
41
- txt_dfs = pull_instance.load(days_ago=7)
+ txt_dfs = pull_instance.load(days_ago=70)
42
return self.convert_to_csv(txt_dfs, task)
43
44
def convert_to_csv(self, txt_dfs, task):
0 commit comments