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:
@@ -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"):]
|
||||
|
||||
Reference in New Issue
Block a user