Skip to content

Commit

Permalink
fewer cycles
Browse files Browse the repository at this point in the history
  • Loading branch information
chadskelton committed Jul 14, 2019
1 parent d38d56a commit fcea2bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -211,7 +211,7 @@ def scrape_bcpc(url):



for x in range (0, 21):
for x in range (0, 15): # trying 15 instead of 21
print "Cycle:" + str(x)
time.sleep(3600)

Expand Down

0 comments on commit fcea2bb

Please sign in to comment.