Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
royopa committed Feb 28, 2020
1 parent 5cdf402 commit 6df3072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def main():
# create download folder
create_download_folder()

dt_ini = datetime(2000, 1, 1)
dt_ini = datetime(1900, 1, 1)
dt_ini = dt_ini.strftime("%Y%m%d")

dt_fim = datetime.today()
Expand Down

0 comments on commit 6df3072

Please sign in to comment.