Explorar el Código

Variable naming error

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

+ 2
- 2
seddy.py Ver fichero

@@ -56,13 +56,13 @@ class Queue:
return False

def seddy(sed, history):
flag = 0
f = 0
regex = parse_sed.split(sed)

if len(regex) < 4:
return False
if 'i' in regex[3]:
flag |= re.I
f |= re.I
try:
msg = history.find(regex[1], f)
except:


Cargando…
Cancelar
Guardar