Skip to content
Snippets Groups Projects
Commit 32437124 authored by Robin Mueller's avatar Robin Mueller
Browse files

bugfix for listener mode

parent 30ebecd0
No related branches found
No related tags found
No related merge requests found
......@@ -171,8 +171,9 @@ class TmTcHandler:
logging.error("Unknown Mode, Configuration error !")
sys.exit()
def __core_operation(self, one_shot):
if self.mode == g.ModeList.ListenerMode:
one_shot = False
if not one_shot:
while True:
self.__handle_action()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment