🐛 fix bug: increase start_delta after exception
This commit is contained in:
parent
09ca9c9b7b
commit
8d54361db5
|
|
@ -315,7 +315,6 @@ def clear_bookings(calendars: list, dry_run: bool = False):
|
||||||
"max_search_horizon": MAX_SEARCH_HORIZON,
|
"max_search_horizon": MAX_SEARCH_HORIZON,
|
||||||
"username": calendars[0].username,
|
"username": calendars[0].username,
|
||||||
})
|
})
|
||||||
continue
|
|
||||||
start_delta += h
|
start_delta += h
|
||||||
|
|
||||||
# Create DavEvent objects from fetched events
|
# Create DavEvent objects from fetched events
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue