@@ -781,7 +781,7 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']['mix'] == True: | |
|
784 | if experiment_data['configurations']['rc']['mix'] == 'True': | |
|
785 | 785 | tx = '' |
|
786 | 786 | code = '' |
|
787 | 787 | window = '' |
General Comments 0
You need to be logged in to leave comments.
Login now