Changes between Version 5 and Version 6 of en/ProgrammingRobotsCourse/GettingWwwInfo


Ignore:
Timestamp:
Oct 28, 2019, 4:55:54 PM (4 years ago)
Author:
xrambous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • en/ProgrammingRobotsCourse/GettingWwwInfo

    v5 v6  
    5252    self.team_usr = team
    5353}}}
     54
     55=== Use TTS in script
     56{{{#!python
     57veta = self.team_name + " má " + str(act_team.points) + " bodů"
     58self.tts.say(veta)
     59}}}
     60
     61=== Run script as service and parse service output
     62