Fixing a bug with shutdown-on-idle code that I introduced
[theonering] / src / connection.py
index 31ecd53..236dc9a 100644 (file)
@@ -305,6 +305,6 @@ class TheOneRingConnection(
                # In case one of the above items takes too long (which it should never
                # do), we leave the starting of the shutdown-on-idle counter to the
                # very end
-               self.manager.disconnect_completed(self)
+               self.manager.disconnect_completed()
 
                _moduleLogger.info("Disconnected")