File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,11 +21,12 @@ def send_telecommand_request():
2121 telecommand_data_type = body ['telecommand_data_type' ]
2222 is_continuous = body ['is_continuous' ]
2323
24+ print ('============mercury py==============' )
2425 print ('TC: {}' .format (telecommand_number ))
2526 print ('Data: {}' .format (telecommand_data ))
2627 print ('DataType: {}' .format (telecommand_data_type ))
2728 print ('Is continuous: {}' .format (is_continuous ))
28-
29+ print ( '==========================' )
2930 # TODO: Talk to Jamie about connecting this to the right functions.
3031
3132 return 'OK'
@@ -36,9 +37,10 @@ def send_telemetry_request():
3637 tlm_channel = body ['tlm_channel' ]
3738 is_continuous = body ['is_continuous' ]
3839
40+ print ('============mercury py==============' )
3941 print ('Channel: {}' .format (tlm_channel ))
4042 print ('Is continuous: {}' .format (is_continuous ))
41-
43+ print ( '==========================' )
4244 # TODO: Talk to Jamie about connecting this to the right functions.
4345
4446 return 'OK'
You can’t perform that action at this time.
0 commit comments