mirror of
https://codeberg.org/icewind/ugc-scaper.git
synced 2026-06-03 18:24:10 +02:00
steam group on roster page
This commit is contained in:
parent
b96789bff4
commit
df91032de4
12 changed files with 993 additions and 960 deletions
|
|
@ -18,7 +18,7 @@ async fn main() -> MainResult {
|
|||
|
||||
println!();
|
||||
println!("previous players ");
|
||||
let roster_history = client.team_roster_history(id).await?;
|
||||
let roster_history = client.team_roster_history(id).await?.history;
|
||||
for roster_item in roster_history {
|
||||
if let Some(left) = roster_item.left {
|
||||
println!(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue