MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / display_comment

Method display_comment

pager/pager_display.py:1228–1232  ·  view source on GitHub ↗
(self, status)

Source from the content-addressed store, hash-verified

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:

Callers 1

runMethod · 0.95

Calls 1

get_commentaireMethod · 0.80

Tested by

no test coverage detected