Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bot/test_brain.py
diff options
context:
space:
mode:
Diffstat (limited to 'bot/test_brain.py')
-rwxr-xr-xbot/test_brain.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/test_brain.py b/bot/test_brain.py
index 2e5399d..22f4ae7 100755
--- a/bot/test_brain.py
+++ b/bot/test_brain.py
@@ -21,6 +21,6 @@ import aiml
import os.path
k = aiml.Kernel()
-k.loadBrain("sara.brn")
+k.loadBrain("alice.brn")
while True: print k.respond(raw_input("Pregunta > "))