Explorar el Código

If the parser fails, return False

master
Thomas Mannay GitHub hace 7 años
padre
commit
2b793d24ec
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      seddy.py

+ 2
- 0
seddy.py Ver fichero

@@ -57,6 +57,8 @@ class Queue:

def seddy(sed, history):
regex = parse_sed.split(sed)
if len(regex) < 4:
return False
msg = history.find(regex[1])
f = 0



Cargando…
Cancelar
Guardar