From 9de63d41c253a1a333815ec24bebbd8c858e7da2 Mon Sep 17 00:00:00 2001 From: yvesf Date: Fri, 29 May 2009 15:28:47 +0000 Subject: itype git-svn-id: http://xapek.org/svn/common/omegle@1040 d0e8fea9-7529-0410-93fb-d39fd5b9c1dd --- proxy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proxy.py') diff --git a/proxy.py b/proxy.py index e464840..af29c53 100644 --- a/proxy.py +++ b/proxy.py @@ -72,7 +72,7 @@ if __name__ == "__main__": try: while True: - if disconnect_event.wait(0.5): + if event.wait(0.5): print "One part disconnected, exiting" break except KeyboardInterrupt: -- cgit v1.2.1