Skip to content
Snippets Groups Projects
Commit b21c4291 authored by root's avatar root
Browse files

small cleanup

parent dc420bc5
No related branches found
No related tags found
No related merge requests found
......@@ -403,9 +403,6 @@ for busadress, descriptor in DEVICEMAPPING_USB.items():
temperature_sensors_usb_by_name[descriptor[0]] = temperature_sensors[busadress]
from pprint import pprint
pprint(temperature_sensors_usb_by_name)
for name, owid in DEVICEMAPPING_SERIAL:
temperature_sensors[('serial', owid)] = TempSensorSerial(name, owid)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment