Added title as representation for debugging

This commit is contained in:
Maximilian Giller 2019-02-26 21:41:12 +01:00
parent a5d849c1dd
commit b3aebcb780

View file

@ -13,3 +13,6 @@ class CalendarEvent (object):
self.location = None
self.fetch_datetime = None
def __repr__(self):
return self.title