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