Ver a proveniência

Missing comma.

tags/v0.3
Ben Kurtovic há 8 anos
ascendente
cometimento
aba91c0f1c
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      earwigbot/wiki/copyvios/search.py

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

@@ -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
Guardar