From 0ba29ea5a150c4b680e72d7d587a10f7e63d2ca0 Mon Sep 17 00:00:00 2001 From: bpmcdevitt Date: Thu, 17 Apr 2025 11:12:25 -0500 Subject: [PATCH] remove typo --- madison_police_incident_report_getter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/madison_police_incident_report_getter.py b/madison_police_incident_report_getter.py index 7c7ab49..e475579 100755 --- a/madison_police_incident_report_getter.py +++ b/madison_police_incident_report_getter.py @@ -1,4 +1,4 @@ -oimport requests +import requests import feedparser from bs4 import BeautifulSoup import os