python3 Automatic_ticket_purchase.py
Traceback (most recent call last):
File "Automatic_ticket_purchase.py", line 315, in
a.run()
File "Automatic_ticket_purchase.py", line 253, in run
ticket_info, sku_id_sequence, sku_id = self.step1_get_order_info(self.item_id, commodity_param,
File "Automatic_ticket_purchase.py", line 60, in step1_get_order_info
all_ticket_sku = ticket_info['perform']['skuList']
KeyError: 'perform'
python3 Automatic_ticket_purchase.py
Traceback (most recent call last):
File "Automatic_ticket_purchase.py", line 315, in
a.run()
File "Automatic_ticket_purchase.py", line 253, in run
ticket_info, sku_id_sequence, sku_id = self.step1_get_order_info(self.item_id, commodity_param,
File "Automatic_ticket_purchase.py", line 60, in step1_get_order_info
all_ticket_sku = ticket_info['perform']['skuList']
KeyError: 'perform'