mirror of
https://github.com/teddysun/across.git
synced 2025-04-22 20:09:32 +08:00
Thu Aug 24 23:06:15 CST 2017
This commit is contained in:
parent
97b4755e38
commit
ba68e51d8c
@ -32,7 +32,7 @@ H = {'Accept':'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,
|
||||
|
||||
def query(id__,name):
|
||||
s = requests.Session()
|
||||
req = s.get(URL,headers=H)
|
||||
req = s.get(URL)
|
||||
|
||||
if req.ok :
|
||||
url = URL + data.format(id__,quote(name))
|
||||
|
Loading…
x
Reference in New Issue
Block a user