From f56b05b0175a1543b7281e509982739c6459b631 Mon Sep 17 00:00:00 2001 From: yvesf Date: Tue, 9 Jun 2009 19:25:37 +0000 Subject: igaga git-svn-id: http://xapek.org/svn/common/omegle@1095 d0e8fea9-7529-0410-93fb-d39fd5b9c1dd --- chat.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chat.py') diff --git a/chat.py b/chat.py index 5a78346..87ddd37 100644 --- a/chat.py +++ b/chat.py @@ -78,7 +78,7 @@ class ConversationWindow(object): pass class Omegle(OmegleChat): - def __init__(self,chatwindow,host="www.omegle.com"): + def __init__(self,chatwindow,host="omegle.com"): OmegleChat.__init__(self,host=host) self.chatwindow = chatwindow @@ -96,7 +96,7 @@ class Omegle(OmegleChat): self.chatwindow.add_message("Server send Wait") class Chat(ConversationWindow): - def __init__(self,host="www.omegle.com"): + def __init__(self,host="omegle.com"): print "Chat(host=%s)" % (host) ConversationWindow.__init__(self) self.omegle = Omegle(self,host=host) -- cgit v1.2.1