Ver código fonte

removed a newline

master
Martin Dørum 5 anos atrás
pai
commit
0cf94575d0
1 arquivos alterados com 0 adições e 1 exclusões
  1. 0
    1
      facelock.py

+ 0
- 1
facelock.py Ver arquivo

@@ -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")

Carregando…
Cancelar
Salvar