View Single Post
Old 05-14-2024, 03:04 PM   #56
PeterT
Grand Sorcerer
PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.
 
Posts: 13,543
Karma: 78910202
Join Date: Nov 2007
Location: Toronto
Device: Libra H2O, Libra Colour
I believe you're missing one MAJOR bit... You use
Code:
def isClaraColor(self):
        return self.device_model_id.endswith('393')
but I don't see a definition of device_model_id. For that you need to add in the definition of get_device_id and device_version_info along with invoking get_device_id from the current 7.x driver
PeterT is offline   Reply With Quote