Se modifico el task de coves
This commit is contained in:
@@ -202,7 +202,7 @@ class APIController:
|
||||
return result
|
||||
|
||||
except Exception as e:
|
||||
print(f"Error al enviar documento: {e}")
|
||||
print(f"Error al enviar documento: {document_data}, Error: {e}")
|
||||
# Limpiar archivo temporal en caso de error
|
||||
if 'temp_file_path' in locals() and os.path.exists(temp_file_path):
|
||||
os.unlink(temp_file_path)
|
||||
|
||||
Reference in New Issue
Block a user