(self, status)
| 1226 | logger.error(f"Error updating shared data: {e}") |
| 1227 | |
| 1228 | def display_comment(self, status): |
| 1229 | comment = self.commentaire_ia.get_commentaire(status) |
| 1230 | if comment: |
| 1231 | self.shared_data.ragnarsays = comment |
| 1232 | self.shared_data.ragnarstatustext = self.shared_data.ragnarorch_status |
| 1233 | |
| 1234 | def is_wifi_connected(self): |
| 1235 | try: |