trim the config

This commit is contained in:
Jakob Ketterl
2019-05-11 13:25:48 +02:00
parent d5f17d66d9
commit de84dc71e8
3 changed files with 27 additions and 78 deletions

View File

@ -13,12 +13,14 @@ class ThreadedHttpServer(ThreadingMixIn, HTTPServer):
def main():
print()
print("OpenWebRX - Open Source SDR Web App for Everyone! | for license see LICENSE file in the package")
print("_________________________________________________________________________________________________")
print()
print("Author contact info: Andras Retzler, HA7ILM <randras@sdr.hu>")
print()
print("""
OpenWebRX - Open Source SDR Web App for Everyone! | for license see LICENSE file in the package
_________________________________________________________________________________________________
Author contact info: Andras Retzler, HA7ILM <randras@sdr.hu>
""")
cfg = __import__("config_webrx")
pm = PropertyManager.getSharedInstance()