Switched shebang to '#!/usr/bin/env python3' for greater compatibility

This commit is contained in:
2022-08-01 04:52:09 -04:00
parent ebb420d30f
commit ba2ac73965
3 changed files with 3 additions and 3 deletions
@@ -1,4 +1,4 @@
#!/bin/python3
#!/usr/bin/env python3
from os import path, remove, system, walk
from pathlib import Path
@@ -1,4 +1,4 @@
#!/bin/python3
#!/usr/bin/env python3
from os import path, system, uname, walk
from pathlib import Path
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/python3
#!/usr/bin/env python3
from base64 import b32decode
from hmac import new as new_mac