ignatz 3 years ago
parent
commit
ef26929507
2 changed files with 1 additions and 1 deletions
  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