Skip to content

Commit

Permalink
1일차 구현
Browse files Browse the repository at this point in the history
  • Loading branch information
kyeongwook ma committed Sep 4, 2017
1 parent 0a0b39f commit e6f82a1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 16 deletions.
1 change: 1 addition & 0 deletions app/communicator/sender.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ def send(ip_address, message, port, *args):
tcp_socket.connect(receiver_addr)
tcp_socket.send(message.encode('utf-8'))
except Exception as e:
node.remove_node(node.Node(ip_address=ip_address))
print("Connection Failed while sending", e)


Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
click==6.7
ecdsa==0.13
netifaces==0.10.6
python-dateutil==2.6.1
Expand Down
15 changes: 0 additions & 15 deletions setup.py

This file was deleted.

0 comments on commit e6f82a1

Please sign in to comment.