fix: fix python invocation
This commit is contained in:
parent
2ec18cc353
commit
3bd5c9ddc1
1 changed files with 1 additions and 1 deletions
2
orao.py
2
orao.py
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/python3
|
#!/usr/bin/env python3
|
||||||
# -*- coding: utf8 -*-
|
# -*- coding: utf8 -*-
|
||||||
|
|
||||||
import pygame, numpy, sys, datetime
|
import pygame, numpy, sys, datetime
|
||||||
|
|
Loading…
Reference in a new issue