summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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..."