1
0
mirror of https://github.com/pyro2927/SouthwestCheckin.git synced 2025-12-06 01:13:19 +00:00

modified: southwest/southwest.py

This commit is contained in:
bllfr0g
2019-04-09 13:03:28 -07:00
parent f81aa1542c
commit fdaff9981e

View File

@@ -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"):]