From 1836f91a4e4048fab9d7af99ec4c015d6fa764c8 Mon Sep 17 00:00:00 2001 From: yvesf Date: Sat, 5 Dec 2009 00:17:54 +0000 Subject: bla git-svn-id: http://xapek.org/svn/common/omegle@1474 d0e8fea9-7529-0410-93fb-d39fd5b9c1dd --- pyaiml_bot.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pyaiml_bot.py') diff --git a/pyaiml_bot.py b/pyaiml_bot.py index f6348ac..2a41848 100644 --- a/pyaiml_bot.py +++ b/pyaiml_bot.py @@ -9,7 +9,6 @@ import aiml k=aiml.Kernel() k.bootstrap(learnFiles="aiml_files/std-startup.xml", commands="load aiml b") - class MegahalBot(OmegleChat): def __init__(self,disconnect_event,name,host="omegle.com",color=0): self.disconnect_event = disconnect_event @@ -84,7 +83,7 @@ if __name__ == "__main__": host = "omegle.com" local=False - logging.basicConfig(level=logging.DEBUG) + logging.basicConfig(level=logging.ERROR) if local: print "CTRL-C\n>>> ", while True: -- cgit v1.2.1