Commit a69b0548 authored by wangmingming's avatar wangmingming

111

parent e17ee431
......@@ -216,8 +216,7 @@ while True:
# selectId = 'a74b38e7115cf4d1b1f6976c'
if usedTime > 10:
c = session.get('https://www.southwest.com/assets/app/scripts/swa-common.js',
insecure_skip_verify=True).text
c = session.get('https://www.southwest.com/assets/app/scripts/swa-common.js').text
usedTime = 0
logger.debug('js变化')
token = re.findall('nt"\),\["(.+?)",', c)[0]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment