To work with python 3.6 on Linux Mint

Remove 3.7 definition...
This commit is contained in:
qo-op 2021-06-30 21:11:04 +02:00
parent 75e71763f8
commit 864334d06d
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python3.7
#!/usr/bin/env python3
import argparse, sys, os, getpass, string, random
from os.path import join, dirname