Sat, 29 Nov 2014 05:07:41 +0200
- :)
rest.py | file | annotate | diff | comparison | revisions |
--- a/rest.py Sat Nov 29 05:04:07 2014 +0200 +++ b/rest.py Sat Nov 29 05:07:41 2014 +0200 @@ -178,6 +178,7 @@ self.create_socket (socket.AF_INET, socket.SOCK_STREAM) self.bind (('', g_portnumber)) self.listen (5) + print 'REST server initialized' def handle_accept (self): sock, address = self.accept()