dockbot is optional
This commit is contained in:
parent
ebd46a7a21
commit
d813bff812
|
@ -39,7 +39,6 @@ from . import (
|
|||
)
|
||||
from .types import Event, StrDict, Trip
|
||||
|
||||
|
||||
here = dateutil.tz.tzlocal()
|
||||
|
||||
# deadline to file tax return
|
||||
|
@ -267,7 +266,11 @@ def busy_event(e: Event) -> bool:
|
|||
return False
|
||||
|
||||
lc_title = e.title.lower()
|
||||
return "rebels" not in lc_title and "south west data social" not in lc_title
|
||||
return (
|
||||
"rebels" not in lc_title
|
||||
and "south west data social" not in lc_title
|
||||
and "dorkbot" not in lc_title
|
||||
)
|
||||
|
||||
|
||||
async def time_function(
|
||||
|
|
Loading…
Reference in a new issue