You have type error on dpt-tools.py #7

Closed
opened 2018-11-21 03:52:42 -08:00 by tjmoon0104 · 1 comment
tjmoon0104 commented 2018-11-21 03:52:42 -08:00 (Migrated from github.com)

on line #100

dpt = DPT(args.get('apt_addr', None), args.get('debug', False))

should be

dpt = DPT(args.get('dpt_addr', None), args.get('debug', False))
on line #100 dpt = DPT(args.get('apt_addr', None), args.get('debug', False)) should be dpt = DPT(args.get('dpt_addr', None), args.get('debug', False))
HappyZ commented 2018-11-21 07:58:43 -08:00 (Migrated from github.com)

thanks resolved

thanks resolved
Sign in to join this conversation.
No description provided.