summaryrefslogtreecommitdiff
path: root/utils/raspberrypi/ctt/ctt_ccm.py
diff options
context:
space:
mode:
Diffstat (limited to 'utils/raspberrypi/ctt/ctt_ccm.py')
-rw-r--r--utils/raspberrypi/ctt/ctt_ccm.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/raspberrypi/ctt/ctt_ccm.py b/utils/raspberrypi/ctt/ctt_ccm.py
index 44fb8188..769603b9 100644
--- a/utils/raspberrypi/ctt/ctt_ccm.py
+++ b/utils/raspberrypi/ctt/ctt_ccm.py
@@ -148,8 +148,8 @@ def ccm(Cam, cal_cr_list, cal_cb_list):
ccms = []
for i in sorted_ccms:
ccms.append({
- 'ct' : i[0],
- 'ccm' : i[1]
+ 'ct': i[0],
+ 'ccm': i[1]
})
return ccms