Merge pull request 'To work with python 3.6 on Linux Mint' (#16) from qo-op/jaklis:master into master

Reviewed-on: #16
This commit is contained in:
poka 2021-07-01 02:24:40 +02:00
commit fecc636418
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