Changes between Version 38 and Version 39 of en/ProgrammingRobotsCourse/PepperApi


Ignore:
Timestamp:
Oct 16, 2024, 2:16:43 PM (9 months ago)
Author:
Ales Horak
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • en/ProgrammingRobotsCourse/PepperApi

    v38 v39  
    5656            except RuntimeError: # fix incorrectly reset dialog
    5757                self.logger.info('Reset language')
    58                 self.dialog.setLanguage('English')
     58                self.dialog.setLanguage('Czech')
    5959                self.onLoad()
    6060                self.speech.setVocabulary(reactions.keys(), False)