From fdaff9981e3146687538eadc5c25a8d92d8db41c Mon Sep 17 00:00:00 2001 From: bllfr0g Date: Tue, 9 Apr 2019 13:03:28 -0700 Subject: [PATCH] modified: southwest/southwest.py --- southwest/southwest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/southwest/southwest.py b/southwest/southwest.py index 0e64cbc..102bb05 100644 --- a/southwest/southwest.py +++ b/southwest/southwest.py @@ -13,7 +13,7 @@ class Reservation(): self.notifications = [] - def generate_headers + def generate_headers(): config_js = requests.get('https://mobile.southwest.com/js/config.js') if config_js.status_code == requests.codes.ok: modded = config_js.text[config_js.text.index("API_KEY"):]