Closed nrjones8 closed 10 years ago
if we run db_updater.py with the same dates, we'll end up adding duplicate events. let's not do that. perhaps just check for an event with the same time and title in the DB?
db_updater.py
Fixed with a905efa0159c875a3622a348cef8bb8f7014e22b
if we run
db_updater.py
with the same dates, we'll end up adding duplicate events. let's not do that. perhaps just check for an event with the same time and title in the DB?