Browse Source

removed a newline

master
Martin Dørum 5 years ago
parent
commit
0cf94575d0
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      facelock.py

+ 0
- 1
facelock.py View File

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

Loading…
Cancel
Save