summaryrefslogtreecommitdiff
path: root/dashpot.py
diff options
context:
space:
mode:
authorYuval Adam <yuv.adm@gmail.com>2012-01-17 11:23:55 +0200
committerYuval Adam <yuv.adm@gmail.com>2012-01-17 11:23:55 +0200
commitb71a82cc22ae4254c850879a8452bd339508d534 (patch)
tree1484b2931a8eeb643b1032f4ad988e6adceb7be0 /dashpot.py
parent0589297c77a6a2f79b662d6e0ca5b15642a75f14 (diff)
Diffstat (limited to 'dashpot.py')
-rwxr-xr-xdashpot.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/dashpot.py b/dashpot.py
index 40a3685..04b42c1 100755
--- a/dashpot.py
+++ b/dashpot.py
@@ -2,8 +2,9 @@
from kademlia.node import Node
-print "Starting downashpot..."
+print "Starting dashpot..."
node = Node()
+node.joinNetwork()
-print "Shutting down..." \ No newline at end of file
+print "Shutting down..."