mirror of
https://git.ethanthesleepy.one/ethanaobrien/ew
synced 2026-07-12 08:42: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 {
|
pub fn parse_platform(header: &str) -> &str {
|
||||||
|
println!("{header}");
|
||||||
let platform = header.split_whitespace().next().unwrap_or("").to_lowercase();
|
let platform = header.split_whitespace().next().unwrap_or("").to_lowercase();
|
||||||
match platform.as_str() {
|
match platform.as_str() {
|
||||||
"android" => "Android",
|
"android" => "Android",
|
||||||
|
|||||||
Reference in New Issue
Block a user