Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
karankochhar123 committed Aug 19, 2019
1 parent 74c690e commit 121e365
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scraper.py
Expand Up @@ -43,6 +43,4 @@
page = page + 1
url = 'https://api.seek.com.au/v2/jobs/search?keywords=data%20science%20&page='+str(page)+'&sortmode=ListedDate'

print('Read all pages')
conn.commit()
conn.close()
print('Read all pages')

0 comments on commit 121e365

Please sign in to comment.