Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Zy143L committed Feb 2, 2022
1 parent 25442b1 commit 710294b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wskey.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
'''
new Env('wskey转换');
'''

import socket
import base64
import json
Expand Down Expand Up @@ -261,6 +260,8 @@ def ql_check(port):

def serch_ck(pin):
for i in range(len(envlist)):
if "name" not in envlist[i] or envlist[i]["name"] != "JD_COOKIE":
continue
if pin in envlist[i]['value']:
value = envlist[i]['value']
id = envlist[i][ql_id]
Expand Down

0 comments on commit 710294b

Please sign in to comment.