From 1319c6c70f3de47a0f3a951fb393a5c3c0a9c438 Mon Sep 17 00:00:00 2001 From: lordxar77 <35946043+lordxar77@users.noreply.github.com> Date: Mon, 29 Jan 2018 22:50:11 -0500 Subject: [PATCH] Update scraper.py --- scraper.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/scraper.py b/scraper.py index e2ed959..d0e9da8 100644 --- a/scraper.py +++ b/scraper.py @@ -1,8 +1,8 @@ --import scraperwiki --import re --import mechanize --import datetime --from BeautifulSoup import BeautifulSoup +import scraperwiki +import re +import mechanize +import datetime +from BeautifulSoup import BeautifulSoup # by default, scrape incidents from today and yesterday # (today will be incomplete until tomorrow)