Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
ben
/
earwigbot
réplica de
https://github.com/earwig/earwigbot
Seguir
1
Destacar
1
Fork
0
Código
Lanzamientos
4
Actividad
Explorar el Código
Missing comma.
tags/v0.3
Ben Kurtovic
hace 8 años
padre
a95356676b
commit
aba91c0f1c
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
earwigbot/wiki/copyvios/search.py
+ 1
- 1
earwigbot/wiki/copyvios/search.py
Ver fichero
@@ -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)"
}
Escribir
Vista previa
Cargando…
Cancelar
Guardar