changeset 188:5a67232c0d69

Fix session termination in BEEP when more than one session is active.
author cmlenz
date Wed, 31 Aug 2005 19:05:24 +0000
parents 43a991b873d2
children 2f0b36b313cc
files bitten/util/beep.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bitten/util/beep.py
+++ b/bitten/util/beep.py
@@ -166,7 +166,7 @@
         if not self.sessions:
             self.close()
             return
-        def terminate_next_session(when):
+        def terminate_next_session(when=None):
             session = self.sessions[-1]
             def handle_ok():
                 if self.sessions:
Copyright (C) 2012-2017 Edgewall Software