Sfoglia il codice sorgente

Missing comma.

tags/v0.3
Ben Kurtovic 8 anni fa
parent
commit
aba91c0f1c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      earwigbot/wiki/copyvios/search.py

+ 1
- 1
earwigbot/wiki/copyvios/search.py Vedi File

@@ -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)"
}



Caricamento…
Annulla
Salva