Skip to content

Commit d15135d

Browse files
Merge pull request #103 from stealthrocket/fix-fanout-examples
fix repositories in fanount example
2 parents 9a8fdcf + 90048af commit d15135d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/fanout/fanout.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ async def fanout():
5555
# Using gather, we fan-out the four following requests.
5656
repos = await gather(
5757
get_repo("stealthrocket", "coroutine"),
58-
get_repo("stealthrocket", "timecraft"),
59-
get_repo("stealthrocket", "dispatch-sdk-python"),
58+
get_repo("stealthrocket", "dispatch-py"),
6059
get_repo("stealthrocket", "wzprof"),
6160
)
6261

0 commit comments

Comments
 (0)