Allow openwebrx.py to be run as normal executable
This commit is contained in:
2
openwebrx.py
Normal file → Executable file
2
openwebrx.py
Normal file → Executable file
@ -1,3 +1,5 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
from http.server import HTTPServer
|
||||
from owrx.http import RequestHandler
|
||||
from owrx.config import PropertyManager
|
||||
|
Reference in New Issue
Block a user