Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
royopa committed Jul 5, 2019
1 parent 6d4e28f commit 3b9cfa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -100,7 +100,7 @@ def main():
# create download folder
create_download_folder()

dt_ini = datetime(2010, 1, 1)
dt_ini = datetime(2019, 1, 1)
dt_ini = dt_ini.strftime("%Y%m%d")

dt_fim = datetime.today()
Expand Down

0 comments on commit 3b9cfa7

Please sign in to comment.