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