small tweak

This commit is contained in:
Robin Müller 2022-10-13 18:05:08 +02:00
parent 6e8ef41d7c
commit 4b0e2f0b0a
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814
1 changed files with 0 additions and 2 deletions

View File

@ -49,8 +49,6 @@ def pack_sa_depl_cmds(defs: TmtcDefinitionWrapper):
def pack_solar_array_deployment_test_into(p: ServiceProviderParams):
q = p.queue_helper
user_data = bytearray()
burn_time = 0
dry_run = 0
while True:
burn_time = int(input("Please specify burn time in seconds [0-120 secs]: "))
if burn_time < 0 or burn_time > 120: