Skip to content

Commit

Permalink
Update client.py
Browse files Browse the repository at this point in the history
  • Loading branch information
adisakshya authored Mar 10, 2019
1 parent c611744 commit 82d2f49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

def send_logs():
s = socket.socket()
s.connect(("localhost",9999))
s.connect(("localhost",9999)) # edit hostname and port here

for filename in files:
f = open (filename, "rb")
Expand Down

0 comments on commit 82d2f49

Please sign in to comment.