Skip to content
This repository has been archived by the owner on Sep 25, 2024. It is now read-only.

Commit

Permalink
fix(README): update example for multiple requests
Browse files Browse the repository at this point in the history
  • Loading branch information
SecondThundeR committed Nov 6, 2022
1 parent 73d7fcf commit 94f5e7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ await shikimori.open()
chainsaw, lycoris_anime, lycoris_ranobe = await shikimori.multiple_requests([
shikimori.animes.get_all(search="Бензопила"),
shikimori.animes.get_all(search="Ликорис"),
shikimori.ranobes.get_all(search="Ликорис"),
shikimori.ranobes.get_all(search="Ликорис")
])
print(chainsaw)
print(lycoris_anime)
Expand All @@ -173,7 +173,7 @@ app_name = ...

async with ShikimoriAPI(app_name) as shikimori:
lycoris_ranobe = await shikimori.multiple_requests([
shikimori.ranobes.get_all(search="Ликорис"),
shikimori.ranobes.get_all(search="Ликорис")
])
print(lycoris_ranobe)

Expand Down

0 comments on commit 94f5e7c

Please sign in to comment.