Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandhunt committed Feb 21, 2020
1 parent 8775212 commit 41c76cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -29,4 +29,4 @@
newcont = newcont + cont
#print(cont)
exec(newcont, helper.__dict__)
exec('mainfunc(maxlimit=2000)', helper.__dict__)
exec('mainfunc(2000)', helper.__dict__)

0 comments on commit 41c76cf

Please sign in to comment.