Przeglądaj źródła

removed a newline

master
Martin Dørum 5 lat temu
rodzic
commit
0cf94575d0
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0
    1
      facelock.py

+ 0
- 1
facelock.py Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz