mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
correcting bug in test vjournal
This commit is contained in:
parent
e4e1d81f9f
commit
4872ea5d58
1 changed files with 1 additions and 1 deletions
|
@ -311,7 +311,7 @@ def _time_range_match(vobject_item, filter_, child_name):
|
||||||
return True
|
return True
|
||||||
|
|
||||||
elif child_name == "VJOURNAL":
|
elif child_name == "VJOURNAL":
|
||||||
dtstart = getattr(child, "dstart", None)
|
dtstart = getattr(child, "dtstart", None)
|
||||||
|
|
||||||
if dtstart is not None:
|
if dtstart is not None:
|
||||||
dtstart = dtstart.value
|
dtstart = dtstart.value
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue