ignatz hace 4 años
padre
commit
ef26929507
Se han modificado 2 ficheros con 1 adiciones y 1 borrados
  1. 0 0
      punch.py
  2. 1 1
      punch.sh

+ 0 - 0
ncov_auto_punch.py → punch.py


+ 1 - 1
punch.sh

@@ -16,5 +16,5 @@ find_free_servernum
 servernum=$?
 Xvfb :$servernum &
 pid=$!
-DISPLAY=:$servernum python3 $base/ncov_auto_punch.py $1
+DISPLAY=:$servernum python3 $base/punch.py $1
 kill -15 $pid