We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 660c7db commit 5bc4bd0Copy full SHA for 5bc4bd0
write_a_book_with_flows/src/write_a_book_with_flows/main.py
@@ -120,15 +120,15 @@ async def run_flow():
120
Run the flow.
121
"""
122
book_flow = BookFlow()
123
- book_flow.kickoff()
+ await book_flow.kickoff()
124
125
126
async def plot_flow():
127
128
Plot the flow.
129
130
131
- book_flow.plot()
+ await book_flow.plot()
132
133
134
def main():
0 commit comments