typo fix thanks to tjmoon0104

This commit is contained in:
HappyZ 2018-11-21 09:58:34 -06:00
parent 8be44c3291
commit 968d2b2cea
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ def main():
print(e)
sys.exit()
dpt = DPT(args.get('apt_addr', None), args.get('debug', False))
dpt = DPT(args.get('dpt_addr', None), args.get('debug', False))
if (
not args.get('diagnosis', False) and
not dpt.authenticate(args.get('dpt_id', ""), args.get('dpt_key', ""))