mirror of
https://github.com/Genshin-bots/gsuid_core.git
synced 2025-07-13 02:03:53 +00:00
🎨 Modify the device id generation method (#18)
Modify the device id generation method
This commit is contained in:
@ -120,7 +120,7 @@ class BaseMysApi:
|
||||
...
|
||||
|
||||
def get_device_id(self) -> str:
|
||||
device_id = uuid.uuid4().hex
|
||||
device_id = str(uuid.uuid4()).upper()
|
||||
return device_id
|
||||
|
||||
def generate_seed(self, length: int):
|
||||
|
Reference in New Issue
Block a user