修复误把domain替换为subdomain的问题

This commit is contained in:
shmilylty
2019-08-18 02:12:12 +08:00
parent 3883a14365
commit 7ccddb93f7
5 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ class Google(Query):
self.proxy = self.get_proxy(self.source)
params = {'include_expired': 'true',
'include_subdomains': 'true',
'subdomain': self.domain}
'domain': self.domain}
resp = self.get(self.addr, params)
if not resp:
return