diff options
| author | Yuval Adam <yuv.adm@gmail.com> | 2012-01-17 11:23:55 +0200 |
|---|---|---|
| committer | Yuval Adam <yuv.adm@gmail.com> | 2012-01-17 11:23:55 +0200 |
| commit | b71a82cc22ae4254c850879a8452bd339508d534 (patch) | |
| tree | 1484b2931a8eeb643b1032f4ad988e6adceb7be0 | |
| parent | 0589297c77a6a2f79b662d6e0ca5b15642a75f14 (diff) | |
| -rwxr-xr-x | dashpot.py | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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..." |
