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
fix stupid bug
tags/v0.1
Ben Kurtovic
hace 13 años
padre
963a589676
commit
e45103085b
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
bot.py
+ 1
- 1
bot.py
Ver fichero
@@ -25,7 +25,7 @@ def main():
read_buffer = lines.pop()
for line in lines:
line = line.strip().split(
"\n"
)
line = line.strip().split()
data = Data()
if line[1] == "JOIN":
Escribir
Vista previa
Cargando…
Cancelar
Guardar