Este sítio funciona melhor com JavaScript.
Página inicial
Ajuda
Iniciar sessão
ben
/
earwigbot
espelho de
https://github.com/earwig/earwigbot
Vigiar
1
Marcar como favorito
1
Derivar
0
Código
Lançamentos
4
Trabalho
Ver a proveniência
fix stupid bug
tags/v0.1
Ben Kurtovic
há 13 anos
ascendente
963a589676
cometimento
e45103085b
1 ficheiros alterados
com
1 adições
e
1 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+1
-1
bot.py
+ 1
- 1
bot.py
Ver ficheiro
@@ -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":
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar