(self,data,sendResponse)
| 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 |