X-Git-Url: https://git.llucax.com/software/pymin.git/blobdiff_plain/83738d4fffe1910d9d75849657086d2e4e921a15..31a4ad5fa2a20910d6faf28e3b481bcb232d3a6d:/pymindaemon.py?ds=inline diff --git a/pymindaemon.py b/pymindaemon.py index b7e56e4..ae86197 100644 --- a/pymindaemon.py +++ b/pymindaemon.py @@ -74,7 +74,7 @@ class PyminDaemon(eventloop.EventLoop): traceback.print_exc() # TODO logging! response = u'ERROR ' if result is None: - response += u'0' + response += u'0\n' else: response += u'%d\n%s' % (len(result), result) self.file.sendto(response, addr)