Join the activity before changing to it
This commit is contained in:
@@ -3,7 +3,8 @@ from sugar.simulator import Bot
|
||||
for i in range(0, 10):
|
||||
bot = Bot()
|
||||
|
||||
bot.wait(5)
|
||||
bot.wait(20)
|
||||
bot.join_activity('giraffes')
|
||||
bot.change_activity('giraffes')
|
||||
|
||||
bot.start()
|
||||
|
||||
Reference in New Issue
Block a user