summaryrefslogtreecommitdiff
path: root/proxy.py
diff options
context:
space:
mode:
Diffstat (limited to 'proxy.py')
-rw-r--r--proxy.py2
1 files changed, 1 insertions, 1 deletions
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: