mirror of
https://github.com/TDSCDMAA/AutoMihoyoBBS.git
synced 2026-06-06 04:13:05 +08:00
tools.py改动
This commit is contained in:
parent
4030369545
commit
d5b270ec7e
3
tools.py
3
tools.py
@ -38,8 +38,7 @@ def get_ds(web: bool) -> str:
|
||||
|
||||
# 生成一个device id
|
||||
def get_device_id() -> str:
|
||||
return str(uuid.uuid3(uuid.NAMESPACE_URL, config.config["account"]["cookie"])).replace(
|
||||
'-', '').upper()
|
||||
return str(uuid.uuid3(uuid.NAMESPACE_URL, config.config["account"]["cookie"]))
|
||||
|
||||
|
||||
# 获取签到的奖励名称
|
||||
|
||||
Loading…
Reference in New Issue
Block a user