mirror of
https://github.com/teddysun/across.git
synced 2025-09-17 12:04:26 +08:00
Thu Aug 24 23:06:15 CST 2017
This commit is contained in:
@@ -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))
|
||||
|
Reference in New Issue
Block a user