Add a wait method to the bot

This commit is contained in:
Marco Pesenti Gritti
2006-10-09 16:35:36 +02:00
parent 994b337709
commit 386dbe7123
2 changed files with 27 additions and 1 deletions
+3
View File
@@ -3,4 +3,7 @@ from sugar.simulator import Bot
bot = Bot()
bot.name = 'penelope'
bot.wait(20)
bot.share_chat('Nekkhamma')
bot.start()