From 05201af0e04059b131f392aa758cf5c55bceec19 Mon Sep 17 00:00:00 2001 From: shrlnm Date: Wed, 4 Dec 2019 11:32:52 +0300 Subject: [PATCH] 9q fix#16 --- pyren/mod_scan_ecus.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyren/mod_scan_ecus.py b/pyren/mod_scan_ecus.py index 5db5ca5..24c5647 100755 --- a/pyren/mod_scan_ecus.py +++ b/pyren/mod_scan_ecus.py @@ -156,7 +156,7 @@ class ScanEcus: canL = '12' self.elm.init_can() - print self.allecus + #print self.allecus for ecu, row in sorted(self.allecus.iteritems(),key = lambda (x,y) :y['idf']+y['protocol']): if (self.allecus[ecu]['pin']=='can' and self.allecus[ecu]['pin1']==canH and