MCPcopy Create free account
hub / github.com/AstroPrint/AstroBox / sendLogs

Method sendLogs

src/astroprint/plugin/services/system.py:595–599  ·  view source on GitHub ↗
(self,data,sendResponse)

Source from the content-addressed store, hash-verified

593 sendResponse("error_init_update", True)
594
595 def sendLogs(self,data,sendResponse):
596 if softwareManager.sendLogs(data['ticket'], data['message']):
597 sendResponse({'success': 'no_error'})
598 else:
599 sendResponse("error_sending_logs",True)
600
601 def changeSerialLogs(self,data,sendResponse):
602

Callers 1

sendLogsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected