Changes between Version 7 and Version 8 of en/ProgrammingRobotsCourse/GettingWwwInfo2


Ignore:
Timestamp:
Mar 16, 2020, 4:59:15 PM (4 years ago)
Author:
Ales Horak
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • en/ProgrammingRobotsCourse/GettingWwwInfo2

    v7 v8  
    3434
    3535def onInput_onStart(self):
    36         self.tts.say("číslo {}".format(self.tweety.get()))
    37         self.onStopped() #activate the output of the box
     36    self.tts.say("číslo {}".format(self.tweety.get()))
     37    self.onStopped() #activate the output of the box
    3838}}}
    3939  * use the [http://doc.aldebaran.com/2-5/dev/libqi/guide/qicli.html qicli] command line tool: