Explorar el Código

removed a newline

master
Martin Dørum hace 5 años
padre
commit
0cf94575d0
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0
    1
      facelock.py

+ 0
- 1
facelock.py Ver fichero

@@ -4,7 +4,6 @@ import subprocess
import threading

locker = subprocess.Popen([ "mlock" ])

print("locker "+str(locker.pid)+" spawned")
matcher = subprocess.Popen([ "sh", "-c", "./facematcher.py match -d 2 faces/$USER/*" ])
print("matcher "+str(matcher.pid)+" spawned")

Cargando…
Cancelar
Guardar