mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 05:53:41 +02:00
Add setting optional location for steam
This commit is contained in:
+1
-1
@@ -32,7 +32,7 @@ async fn main() -> Result<(), Box<dyn Error>> {
|
||||
let client = steamgriddb_api::Client::new(auth_key);
|
||||
let mut search = CachedSearch::new(&client);
|
||||
|
||||
let userinfo_shortcuts = get_shortcuts_paths()?;
|
||||
let userinfo_shortcuts = get_shortcuts_paths(&settings.steam)?;
|
||||
println!("Found {} user(s)", userinfo_shortcuts.len());
|
||||
|
||||
for user in userinfo_shortcuts.iter() {
|
||||
|
||||
Reference in New Issue
Block a user