mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-05 06:07:35 +03: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
|
||||
|
||||
elif child_name == "VJOURNAL":
|
||||
dtstart = getattr(child, "dstart", None)
|
||||
dtstart = getattr(child, "dtstart", None)
|
||||
|
||||
if dtstart is not None:
|
||||
dtstart = dtstart.value
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue