Skip to content

Commit

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

def CaseEndingNumbers():
for x in range(8736, 10043):
for x in range(9399, 10043):
yield '%d' % x


Expand Down

0 comments on commit c9c8f2e

Please sign in to comment.