Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
walinchus committed Aug 1, 2017
1 parent a6cabdf commit 310086d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -24,7 +24,7 @@
CrimeSeverity = ['CF','CM']

def CaseEndingNumbers():
for x in range(41, 1500):
for x in range(66, 1500):
yield '%d' % x


Expand Down

0 comments on commit 310086d

Please sign in to comment.