update shebang for python3
This commit is contained in:
parent
07f8b1ef31
commit
116cce79a4
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -1,4 +1,4 @@
|
||||||
#! python
|
#! python3
|
||||||
import locale
|
import locale
|
||||||
import logging
|
import logging
|
||||||
import os
|
import os
|
||||||
|
|
Loading…
Reference in a new issue