@@ -781,6 +781,11 def experiment_summary(request, id_exp): | |||
|
781 | 781 | |
|
782 | 782 | if configuration.device.device_type.name == 'rc': |
|
783 | 783 | rc_lines = experiment_data['configurations']['rc']['lines'] |
|
784 | if experiment_data['configurations']['rc'] == True: | |
|
785 | tx = '' | |
|
786 | code = '' | |
|
787 | window = '' | |
|
788 | else: | |
|
784 | 789 | code = rc_lines[3]['code'] |
|
785 | 790 | |
|
786 | 791 | window_data = rc_lines[6]['params'][0] |
General Comments 0
You need to be logged in to leave comments.
Login now