mirror of
https://codeberg.org/icewind/ugc-scaper.git
synced 2026-06-03 18:24:10 +02:00
fix
This commit is contained in:
parent
227fd48c71
commit
c43319df60
1 changed files with 1 additions and 0 deletions
|
|
@ -83,6 +83,7 @@ impl UgcClient {
|
||||||
.send()
|
.send()
|
||||||
.await?
|
.await?
|
||||||
.check_not_found()?
|
.check_not_found()?
|
||||||
|
.text()
|
||||||
.await?;
|
.await?;
|
||||||
self.player_detail_parser.parse(&body)
|
self.player_detail_parser.parse(&body)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue