From: Mark Wooding Date: Sat, 24 May 2014 13:00:03 +0000 (+0100) Subject: mon/tripemon.in: Remove spurious argument. X-Git-Tag: 1.0.0pre16~16 X-Git-Url: https://git.distorted.org.uk/~mdw/tripe/commitdiff_plain/d1034a00d0fc0c08009831c277b7cb2ad09c05dd mon/tripemon.in: Remove spurious argument. Not sure how this passed even cursory testing. --- diff --git a/mon/tripemon.in b/mon/tripemon.in index 053c0174..92ce33ed 100644 --- a/mon/tripemon.in +++ b/mon/tripemon.in @@ -293,7 +293,7 @@ class Peer (MonitorObject): def update(me, hunoz = None): """Update the peer, fetching information about it from the server.""" - me._setaddr(me, conn.addr(me.name)) + me._setaddr(conn.addr(me.name)) me.ifname = conn.ifname(me.name) me.__dict__.update(conn.peerinfo(me.name)) me.changehook.run()