Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests/simulator/demo/chaitanya.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/simulator/demo/chaitanya.py')
-rw-r--r--tests/simulator/demo/chaitanya.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/simulator/demo/chaitanya.py b/tests/simulator/demo/chaitanya.py
index 95798c7..09423cb 100644
--- a/tests/simulator/demo/chaitanya.py
+++ b/tests/simulator/demo/chaitanya.py
@@ -3,6 +3,6 @@ from sugar.simulator import Bot
bot = Bot()
bot.name = 'chaitanya'
-bot.share_chat('All About Giraffes')
+bot.share_chat('giraffes', 'All About Giraffes')
bot.start()