Explorar el Código

fix stupid bug

tags/v0.1
Ben Kurtovic hace 13 años
padre
commit
e45103085b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +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":


Cargando…
Cancelar
Guardar