bugfix: modifico shebang para buscar python3 con env

This commit is contained in:
jt
2025-11-02 12:26:04 -03:00
parent 9edb5e6668
commit c07fdb9cfb
+1 -1
View File
@@ -1,4 +1,4 @@
#!./venv/bin/python3
#!/usr/bin/env python3
import os
from subprocess import CalledProcessError