small fix

This commit is contained in:
Robin Müller 2023-08-29 22:56:26 +02:00
parent 25c7decb1e
commit c0bd5f572c
Signed by: muellerr
GPG Key ID: A649FB78196E3849
1 changed files with 1 additions and 1 deletions

View File

@ -270,7 +270,7 @@ def main(): # noqa C901: Complexity okay here.
try:
while True:
state = tmtc_backend.periodic_op(None)
tc_handler.cfdp_in_ccsds_handler.handler.fsm()
tc_handler.cfdp_in_ccsds_handler.fsm()
if state.request == BackendRequest.TERMINATION_NO_ERROR:
sys.exit(0)
elif state.request == BackendRequest.DELAY_IDLE: