Don't check today

merge-requests/6/head
Bob Mottram 2020-02-22 19:47:35 +00:00
parent f4f409e94d
commit 3dbc7de8d3
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ def thisWeeksEventsCheck(baseDir: str,nickname: str,domain: str) -> bool:
"%Y-%m-%dT%H:%M:%S%z")
if int(eventTime.strftime("%Y"))==year and \
int(eventTime.strftime("%m"))==monthNumber and \
(int(eventTime.strftime("%d"))>=dayNumber and \
(int(eventTime.strftime("%d"))>dayNumber and \
int(eventTime.strftime("%d"))<=dayNumber+6):
eventsExist=True
break