diff --git a/cheapest_ticket.py b/cheapest_ticket.py index ef55903..a349e92 100755 --- a/cheapest_ticket.py +++ b/cheapest_ticket.py @@ -25,6 +25,7 @@ if __name__ == "__main__": print("Departure:", departure_time) #with open("res.json") as f: + # import json # res = json.load(f) res = ct.search(departure, arrival, departure_time)