From 413f9018e10b417de442df44a320a9fafb5a97ed Mon Sep 17 00:00:00 2001 From: dmytrokoren Date: Mon, 9 Sep 2024 16:51:04 -0500 Subject: [PATCH] Update NTP servers and adjust check-in to start earlier (#301) * Update NTP servers and adjust check-in to start earlier by 3 seconds instead of 5 * As per suggestion --- lib/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils.py b/lib/utils.py index 02ce3777..312e4c9d 100644 --- a/lib/utils.py +++ b/lib/utils.py @@ -15,7 +15,7 @@ JSON = Dict[str, Any] BASE_URL = "https://mobile.southwest.com/api/" -NTP_SERVER = "pool.ntp.org" +NTP_SERVER = "time.nist.gov" NTP_BACKUP_SERVER = "time.cloudflare.com" AIRPORT_CHECKIN_REQUIRED_CODE = 400511206