Skip to content
Snippets Groups Projects
Commit e032b6f9 authored by Bernard Blackham's avatar Bernard Blackham
Browse files

Hmm. Probably dead anyway.

parent e89bbaed
No related merge requests found
......@@ -9,7 +9,7 @@ bind_port = 9900
server = None
def hello():
return "hello", server.address_string()
return "hello"
if __name__ == '__main__':
server = SOAPServer(('0.0.0.0', 9900))
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment