file transfer working properly

This commit is contained in:
2022-09-14 19:02:11 +02:00
parent b76ad023a5
commit bfd54520c9
4 changed files with 5 additions and 3 deletions

View File

@ -48,6 +48,8 @@ def main():
LOGGER.info("TMTC Client in IDLE mode")
time.sleep(3.0)
elif state.request == BackendRequest.DELAY_LISTENER:
if tc_handler.cfdp_done:
sys.exit(0)
time.sleep(0.8)
elif state.request == BackendRequest.DELAY_CUSTOM:
if state.next_delay.total_seconds() < 0.5: