removed unused return information

This commit is contained in:
2026-06-27 17:24:42 +02:00
parent a199439d76
commit 8f793045c2
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -1235,5 +1235,5 @@ def reset_item_completely(item_id):
except Exception as e:
return {
'success': False,
'message': f'Fehler beim Zurücksetzen: {str(e)}'
'message': f'Fehler beim Zurücksetzen.'
}