mirror of
https://git.ethanthesleepy.one/ethanaobrien/ew
synced 2026-07-12 00:32:20 +08:00
Add temporary logging
This commit is contained in:
@@ -99,6 +99,7 @@ pub fn get_player_region(asset_version: &str) -> Option<String> {
|
||||
}
|
||||
|
||||
pub fn parse_platform(header: &str) -> &str {
|
||||
println!("{header}");
|
||||
let platform = header.split_whitespace().next().unwrap_or("").to_lowercase();
|
||||
match platform.as_str() {
|
||||
"android" => "Android",
|
||||
|
||||
Reference in New Issue
Block a user