correcting bug in test vjournal
This commit is contained in:
parent
e4e1d81f9f
commit
4872ea5d58
@ -311,7 +311,7 @@ def _time_range_match(vobject_item, filter_, child_name):
|
||||
return True
|
||||
|
||||
elif child_name == "VJOURNAL":
|
||||
dtstart = getattr(child, "dstart", None)
|
||||
dtstart = getattr(child, "dtstart", None)
|
||||
|
||||
if dtstart is not None:
|
||||
dtstart = dtstart.value
|
||||
|
Loading…
Reference in New Issue
Block a user