mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-16 09:04:45 +01:00
fix all sorts of zip stuff
This commit is contained in:
@@ -197,7 +197,8 @@ async fn get_bg_file(bg_path: String, appdata: String) -> String {
|
||||
let response_data: APIQuery = match serde_json::from_str(&query) {
|
||||
Ok(data) => data,
|
||||
Err(e) => {
|
||||
println!("Failed to parse response: {}", e);
|
||||
println!("Failed to get bg file response: {}", e);
|
||||
println!("^ please stop reporting this as an error it's so annoying LMFAO");
|
||||
return "".to_string();
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user