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

import threading import threading


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

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

Loading…
Cancel
Save