We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9e7086 commit 299a6ccCopy full SHA for 299a6cc
1 file changed
scripts/nxt_push
@@ -50,3 +50,4 @@ Usage: nxt_push [--host <macaddress>] <file>'''
50
brick = nxt.locator.find_one_brick(keyword_arguments.get('host',None))
51
for filename in arguments:
52
write_file(brick, filename)
53
+ brick.sock.close()
0 commit comments