dry run time is over

This commit is contained in:
Robin Müller 2023-02-17 18:56:12 +01:00
parent c9f35c3e5c
commit e51b55811c
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC

View File

@ -53,12 +53,11 @@ def pack_tm_store_commands(p: ServiceProviderParams):
f"Deletion up to time "
f"{datetime.datetime.fromtimestamp(end_stamp, tz=datetime.timezone.utc)}"
)
print(
q.add_pus_tc(
PusTelecommand(
service=15, subservice=Subservice.DELETE_UP_TO, app_data=app_data
)
)
# )
elif o == OpCode.DUMP:
q.add_log_cmd(Info.DUMP)
pass