Parcourir la source

Missing comma.

tags/v0.3
Ben Kurtovic il y a 8 ans
Parent
révision
aba91c0f1c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      earwigbot/wiki/copyvios/search.py

+ 1
- 1
earwigbot/wiki/copyvios/search.py Voir le fichier

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



Chargement…
Annuler
Enregistrer