From a976045dbb8efefb83aab94f0236372445bd1a94 Mon Sep 17 00:00:00 2001 From: yvesf Date: Fri, 29 May 2009 15:32:59 +0000 Subject: typ git-svn-id: http://xapek.org/svn/common/omegle@1042 d0e8fea9-7529-0410-93fb-d39fd5b9c1dd --- proxy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy.py b/proxy.py index 5f1c86e..01d5d96 100644 --- a/proxy.py +++ b/proxy.py @@ -73,7 +73,7 @@ if __name__ == "__main__": try: while True: event.wait(0.5) - if event.is_set(): + if event.isSet(): print "One part disconnected, exiting" break except KeyboardInterrupt: -- cgit v1.2.1