X-Git-Url: https://git.llucax.com/software/pymin.git/blobdiff_plain/7cd50fbc836fa07396e60b41bc169649c38e3153..75851ace6d8369155b86d5f76d469b545533919f:/pymindaemon.py?ds=sidebyside 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)