fixes stray comma

This commit is contained in:
Christopher Neugebauer 2017-11-15 18:18:56 -08:00
parent b380de1236
commit bf1711ac66

View file

@ -84,7 +84,7 @@ def patch_conference_schedule():
slot_data["contact"] = [
author_email
] if request.user.is_staff else ["redacted"]
slot_data["abstract"] = "Keynote presentation from North Bay Python 2017",
slot_data["abstract"] = "Keynote presentation from North Bay Python 2017"
slot_data["description"] = "Keynote presentation from North Bay Python 2017"
slot_data["conf_url"] = "https://2017.northbaypython.org"
slot_data["cancelled"] = False,