Skip to content

Commit

Permalink
Update main.py - thank you clint.
Browse files Browse the repository at this point in the history
  • Loading branch information
bhancockio authored Oct 15, 2024
1 parent 660c7db commit 5bc4bd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions write_a_book_with_flows/src/write_a_book_with_flows/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,15 +120,15 @@ async def run_flow():
Run the flow.
"""
book_flow = BookFlow()
book_flow.kickoff()
await book_flow.kickoff()


async def plot_flow():
"""
Plot the flow.
"""
book_flow = BookFlow()
book_flow.plot()
await book_flow.plot()


def main():
Expand Down

0 comments on commit 5bc4bd0

Please sign in to comment.