python -> python3 shebang

This commit is contained in:
fanyx 2023-03-01 19:46:19 +01:00
parent 314d6fafb4
commit fa0c8eb72c
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/env python
#!/bin/env python3
from yaml import safe_load
from glob import glob