jdholtz / auto-southwest-check-in

A Python script that automatically checks in to your Southwest flight 24 hours beforehand.
GNU General Public License v3.0
460 stars 89 forks source link

Use an NTP server to fetch the current time #255

Closed jdholtz closed 7 months ago

jdholtz commented 7 months ago

Fixes #235. Instead of relying on the computer's local time (which may be off), the time is fetched from an NTP server when possible. This ensures the script performs check-ins at the correct times even when the local time is incorrect.