This commit is contained in:
jxxghp 2023-09-28 14:43:08 +08:00
parent 470f4df979
commit 5a59e443d7

View File

@ -36,7 +36,8 @@ class WebUtils:
if r:
return r.json().get("data", {}).get("location") or ''
except Exception as err:
return str(err)
print(str(err))
return ""
@staticmethod
def get_bing_wallpaper() -> Optional[str]: