1
0
mirror of https://github.com/pyro2927/SouthwestCheckin.git synced 2025-12-16 00:03:16 +00:00

Fixes #31, corrects openflights import

Also adding cli tests
This commit is contained in:
Joseph Pintozzi
2019-02-23 13:19:43 -08:00
parent 842099332d
commit 1fd06200c6
3 changed files with 395 additions and 9 deletions

View File

@@ -20,10 +20,9 @@ from dateutil.parser import parse
from docopt import docopt
from math import trunc
from pytz import utc
from southwest import Reservation
from southwest import Reservation, openflights
from threading import Thread
from tzlocal import get_localzone
import openflights
import sys
import time