]> git.llucax.com Git - software/pymin.git/blobdiff - pymindaemon.py
Se agregar el dns al manejo del dispatcher.
[software/pymin.git] / pymindaemon.py
index b7e56e4cbf4c06cd7c6736aac8df457c8b13ad27..ae86197e6912c1e828c911b7623827837965dcc1 100644 (file)
@@ -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)