This is a nice little module. It would have saved me a lot of trouble messing with the telnet interface if I'd known about it earlier.
BTW, the requests module makes JSON even easier to deal with (at the cost of an external dependency). It's just r = requests.get(url, json=data) result = r.json()['result'] ------------------------------------------------------------------------ Daverz's Profile: http://forums.slimdevices.com/member.php?userid=32335 View this thread: http://forums.slimdevices.com/showthread.php?t=107209 _______________________________________________ diy mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/diy
