This commit is contained in:
Jakob Ketterl
2019-08-15 19:56:59 +02:00
parent 88bbb76752
commit 21591ad6b8
6 changed files with 35 additions and 57 deletions

View File

@ -27,7 +27,6 @@ class ServiceOutput(output):
class WsjtServiceOutput(ServiceOutput):
def getParser(self):
return WsjtParser(WsjtHandler())
@ -36,7 +35,6 @@ class WsjtServiceOutput(ServiceOutput):
class AprsServiceOutput(ServiceOutput):
def getParser(self):
return AprsParser(AprsHandler())