diff --git a/uoftscrapers/scrapers/athletics/utm.py b/uoftscrapers/scrapers/athletics/utm.py index 33127b1..95663c2 100644 --- a/uoftscrapers/scrapers/athletics/utm.py +++ b/uoftscrapers/scrapers/athletics/utm.py @@ -56,8 +56,8 @@ def scrape(location='.', month=None, save=True): events.append(OrderedDict([ ('title', title), - ('location', location_), ('campus', 'UTM'), + ('location', location_), ('building_id', '332'), ('start_time', start), ('end_time', end), diff --git a/uoftscrapers/scrapers/athletics/utsc.py b/uoftscrapers/scrapers/athletics/utsc.py index e1e806c..5d6a34b 100644 --- a/uoftscrapers/scrapers/athletics/utsc.py +++ b/uoftscrapers/scrapers/athletics/utsc.py @@ -54,8 +54,8 @@ def scrape(location='.', month=None, save=True): events.append(OrderedDict([ ('title', title.replace('/ ', '/')), - ('location', location_), ('campus', 'UTSC'), + ('location', location_), ('building_id', '208'), ('start_time', start), ('end_time', end),