Update Crews.md - correct result variable to crew_output (#972)

This commit is contained in:
Carine Bruyndoncx
2024-07-28 20:40:36 +02:00
committed by GitHub
parent ca9deaebb7
commit 93e0de2ed9

View File

@@ -137,7 +137,7 @@ crew = Crew(
verbose=2 verbose=2
) )
result = crew.kickoff() crew_output = crew.kickoff()
# Accessing the crew output # Accessing the crew output
print(f"Raw Output: {crew_output.raw}") print(f"Raw Output: {crew_output.raw}")