parameters
[imago.git] / src / timer.py
index 2419563..e26bef1 100755 (executable)
@@ -106,7 +106,7 @@ def main():
     timers = (Timer(main_time, args.b[0], args.b[1]), Timer(main_time, args.b[0], args.b[1]))
 
     if args.cam:
-        capture = subprocess.Popen(['python', 'capture.py', '-c', '-d', str(args.d), '-r',
+        capture = subprocess.Popen(['python', 'src/capture.py', '-c', '-d', str(args.d), '-r',
                           str(args.r[0]),
                           str(args.r[1])], stdin=subprocess.PIPE)
     last = 0