Add shebang

This commit is contained in:
Tanner Collin 2022-09-01 01:32:53 -06:00
parent bb76e78d2e
commit bf643cfa1d

2
main.py Normal file → Executable file
View File

@ -1,3 +1,5 @@
#!/home/pi/protovac/env/bin/python
from unicurses import * from unicurses import *
from curses.textpad import Textbox, rectangle from curses.textpad import Textbox, rectangle
import requests import requests