continuing refactoring of printouts

This commit is contained in:
2022-04-05 17:05:11 +02:00
parent 3c302bd4e8
commit 5896ecad07
9 changed files with 108 additions and 65 deletions

View File

@ -72,7 +72,7 @@ def main():
tmtc_backend = tmtccmd.get_default_tmtc_backend(
hook_obj=hook_obj,
json_cfg_path=hook_obj.get_json_config_file_path(),
tm_handler=ccsds_handler
tm_handler=ccsds_handler,
)
tmtc_backend.set_pre_send_cb(callable=pre_tc_send_cb, user_args=None)
tmtccmd.run_tmtccmd(False, tmtc_backend=tmtc_backend, run_setup=False)