Ver código fonte

Missing comma.

tags/v0.3
Ben Kurtovic 8 anos atrás
pai
commit
aba91c0f1c
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      earwigbot/wiki/copyvios/search.py

+ 1
- 1
earwigbot/wiki/copyvios/search.py Ver arquivo

@@ -150,7 +150,7 @@ class GoogleSearchEngine(_BaseSearchEngine):
"q": '"' + query.replace('"', "").encode("utf8") + '"',
"alt": "json",
"num": str(self.count),
"safe": "off"
"safe": "off",
"fields": "items(link)"
}



Carregando…
Cancelar
Salvar