Allow openwebrx.py to be run as normal executable

This commit is contained in:
D0han
2019-07-21 20:19:33 +02:00
parent 79062ff3d6
commit 35f8daee29
3 changed files with 3 additions and 5 deletions

2
openwebrx.py Normal file → Executable file
View File

@ -1,3 +1,5 @@
#!/usr/bin/env python3
from http.server import HTTPServer
from owrx.http import RequestHandler
from owrx.config import PropertyManager