cbd3a52a68
is no nick name in the env. I'm not sure this is the best approach, we need to figure it out. First go at the new simulator.
7 lines
80 B
Python
7 lines
80 B
Python
from sugar.simulator import Bot
|
|
|
|
bot = Bot()
|
|
bot.name = 'penelope'
|
|
|
|
bot.start()
|