This website works better with JavaScript.
Home
Explore
Help
Sign In
pete
/
abp
Watch
1
Star
1
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Maybe daemon was the secret auce
master
Pete Shadbolt
8 years ago
parent
2c9254f628
commit
06d7fb9bf3
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
server/server.py
+ 1
- 0
server/server.py
View File
@@ -42,6 +42,7 @@ class VizServer(SocketServer.TCPServer):
def start(self):
thread = threading.Thread(None, self.run)
thread.daemon = True
thread.start()
print "Go to 127.0.0.0:{}".format(self.port)
Write
Preview
Loading…
Cancel
Save