summaryrefslogtreecommitdiff
path: root/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'test.py')
-rw-r--r--test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.py b/test.py
index 1e9d6c2..58daaaf 100644
--- a/test.py
+++ b/test.py
@@ -115,7 +115,7 @@ class OmegleChat(object):
self.on_connect()
elif data[0] == "strangerDisconnected":
self.timer.stop()
- self.on__disconnect()
+ self.on_disconnect()
elif data[0] == "waiting":
pass #unhandled
else: