Skip to content

Commit

Permalink
disconnect test
Browse files Browse the repository at this point in the history
  • Loading branch information
kentra committed Feb 22, 2017
1 parent 677b581 commit 2418f6c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/ambibox.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ def disconnect(num=206):
payload += str(i) + '-0,0,0;'
tn.write(payload.encode())
tn.write(b'\n')
tn.write(b'unlock\n')
tn.write(b'exit\n')
tn.close()
#tn.write(b'unlock\n')
#tn.write(b'exit\n')
#tn.close()

def ping():
try:
Expand Down

0 comments on commit 2418f6c

Please sign in to comment.