Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
royopa committed May 23, 2019
1 parent f8bd9dd commit c91354f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -7,7 +7,7 @@
os.environ['SCRAPERWIKI_DATABASE_NAME'] = 'sqlite:///data.sqlite'

# # Read in a page
for pk_partic in reversed(range(1, 999999)):
for pk_partic in range(1, 990156):
print(str(pk_partic), end=' ')
url = 'http://cvmweb.cvm.gov.br/SWB/Sistemas/SCW/CPublica/DemContabeis/CPublicaDemContabeisFI.aspx?PK_PARTIC={}'
pk_partic = str(pk_partic)
Expand Down

0 comments on commit c91354f

Please sign in to comment.