From 13e2a7ac3c514992a4b86b372f92a2635bde9e29 Mon Sep 17 00:00:00 2001 From: n1kdo Date: Mon, 24 Jun 2024 20:28:48 -0400 Subject: [PATCH] correct date --- config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.py b/config.py index 8064ec1..8af9cbf 100644 --- a/config.py +++ b/config.py @@ -13,12 +13,12 @@ # EVENT_START_TIME = datetime.datetime.strptime('2019-06-25 18:00:00', '%Y-%m-%d %H:%M:%S') # EVENT_START_TIME = datetime.datetime.strptime('2021-06-26 18:00:00', '%Y-%m-%d %H:%M:%S') # EVENT_START_TIME = datetime.datetime.strptime('2022-06-25 18:00:00', '%Y-%m-%d %H:%M:%S') -EVENT_START_TIME = datetime.datetime.strptime('2024-06-23 18:00:00', '%Y-%m-%d %H:%M:%S') +EVENT_START_TIME = datetime.datetime.strptime('2024-06-22 18:00:00', '%Y-%m-%d %H:%M:%S') """ end time of the event/contest """ # EVENT_END_TIME = datetime.datetime.strptime('2019-06-26 17:59:59', '%Y-%m-%d %H:%M:%S') # EVENT_END_TIME = datetime.datetime.strptime('2021-06-27 17:59:59', '%Y-%m-%d %H:%M:%S') # EVENT_END_TIME = datetime.datetime.strptime('2022-06-26 17:59:59', '%Y-%m-%d %H:%M:%S') -EVENT_END_TIME = datetime.datetime.strptime('2024-06-24 17:59:59', '%Y-%m-%d %H:%M:%S') +EVENT_END_TIME = datetime.datetime.strptime('2024-06-23 17:59:59', '%Y-%m-%d %H:%M:%S') """ port number used by N1MM+ for UDP broadcasts This matches the port you set in N1MM Configurator UDP logging """ N1MM_BROADCAST_PORT = 12060 """