Specifiy Python3 in hashbang line

This commit is contained in:
Keith Edmunds 2023-04-01 19:45:48 +01:00
parent 16a9880583
commit 5cb6e83cd5

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
from log import log
from os.path import basename