Skip to content

Commit

Permalink
Update NTP servers and adjust check-in to start earlier (#301)
Browse files Browse the repository at this point in the history
* Update NTP servers and adjust check-in to start earlier by 3 seconds instead of 5

* As per suggestion
  • Loading branch information
dmytrokoren authored Sep 9, 2024
1 parent 2910fe2 commit 413f901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 413f901

Please sign in to comment.