Selaa lähdekoodia

Missing comma.

tags/v0.3
Ben Kurtovic 8 vuotta sitten
vanhempi
commit
aba91c0f1c
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      earwigbot/wiki/copyvios/search.py

+ 1
- 1
earwigbot/wiki/copyvios/search.py Näytä tiedosto

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



Ladataan…
Peruuta
Tallenna