diff options
author | Jannis M. Hoffmann <jannis@fehcom.de> | 2024-04-04 14:06:23 +0200 |
---|---|---|
committer | Jannis M. Hoffmann <jannis@fehcom.de> | 2024-04-04 14:06:23 +0200 |
commit | 36ed4690af26688a3e86243b85970dafaab35a3b (patch) | |
tree | 024e585acc0b1856fad891f188b51ebeeb850db8 /script/moveto3.py | |
parent | f43673af60286ddf97c70035ecd99e817ff846f7 (diff) |
add timeout for extract; use python3 in moveto3
Diffstat (limited to 'script/moveto3.py')
-rwxr-xr-x | script/moveto3.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/moveto3.py b/script/moveto3.py index ae10d63..fba5ddd 100755 --- a/script/moveto3.py +++ b/script/moveto3.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 import argparse import os import sys |