]> git.mxchange.org Git - quix0rs-apt-p2p.git/blobdiff - apt_p2p/stats.py
More fixes for the broken twisted HTTP client.
[quix0rs-apt-p2p.git] / apt_p2p / stats.py
index b76e389dc3c74fc52d2c4fec2c25d7739f1971ff..bd422d90713c5f8df6847db606f70be0fd418e5d 100644 (file)
@@ -77,7 +77,7 @@ class StatsLogger:
         # General
         out.write("<table border='1' cellpadding='4px'>\n")
         out.write("<tr><th><h3>General</h3></th><th>Value</th></tr>\n")
-        out.write("<tr title='Contact address for this peer'><td>Contact</td><td>" + str(uncompact(contactAddress)) + '</td></tr>\n')
+        out.write("<tr title='Contact address for this peer'><td>Contact</td><td>" + str(contactAddress) + '</td></tr>\n')
         out.write("</table>\n")
         out.write('</td><td>\n')