Fix codestyle
This commit is contained in:
parent
395393345e
commit
fae85de8ca
1 changed files with 0 additions and 1 deletions
|
@ -100,7 +100,6 @@ def _scrape_calendar(name: str, config: CalendarConfig, start: datetime, end: da
|
|||
duration = element.get('duration').dt
|
||||
todos.append(Todo(name, element, dtstart, dtstart + duration))
|
||||
|
||||
|
||||
with _SCRAPE_CACHE_LOCK:
|
||||
_EVENT_SCRAPE_CACHE[name] = events
|
||||
_TODO_SCRAPE_CACHE[name] = todos
|
||||
|
|
Loading…
Reference in a new issue