e
This commit is contained in:
parent
e0e04c8635
commit
00000d9362
10 changed files with 230 additions and 9 deletions
|
|
@ -173,6 +173,9 @@ async def get_events(
|
|||
|
||||
end_dt = datetime.fromtimestamp(end_ts, tz=TZ) + timedelta(minutes=30)
|
||||
|
||||
if start_dt.date() != now.date():
|
||||
continue
|
||||
|
||||
if not start_dt <= now < end_dt:
|
||||
continue
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue