connectors/PYRO/__init__.py
changeset 1744 69dfdb26f600
parent 1736 7e61baa047f0
child 1750 acf02488f37f
--- a/connectors/PYRO/__init__.py	Tue Aug 15 17:01:51 2017 +0300
+++ b/connectors/PYRO/__init__.py	Tue Aug 15 22:38:43 2017 +0300
@@ -88,7 +88,7 @@
             ip = str(socket.inet_ntoa(i.getAddress()))
             port = str(i.getPort())
             newlocation = ip + ':' + port
-            confnodesroot.logger.write(_("'{a1}' is located at {a2}\n").format(a1 = location, a2 = newlocation))
+            confnodesroot.logger.write(_("'{a1}' is located at {a2}\n").format(a1=location, a2=newlocation))
             location = newlocation
             r.close()
         except Exception, msg: