mirror of
https://github.com/yeongpin/cursor-free-vip.git
synced 2025-08-02 20:47:35 +08:00
Format new GUID in reset_machine_manual.py to include braces for consistency.
This commit is contained in:
parent
17799e0209
commit
bd96107911
@ -613,7 +613,7 @@ class MachineIDResetter:
|
|||||||
try:
|
try:
|
||||||
import winreg
|
import winreg
|
||||||
# 1. Generate new GUID
|
# 1. Generate new GUID
|
||||||
new_guid = str(uuid.uuid4()).upper()
|
new_guid = "{" + str(uuid.uuid4()).upper() + "}"
|
||||||
print(f"{Fore.CYAN}{EMOJI['INFO']} {self.translator.get('reset.new_machine_id')}: {new_guid}{Style.RESET_ALL}")
|
print(f"{Fore.CYAN}{EMOJI['INFO']} {self.translator.get('reset.new_machine_id')}: {new_guid}{Style.RESET_ALL}")
|
||||||
|
|
||||||
# 2. Open the registry key
|
# 2. Open the registry key
|
||||||
|
Loading…
x
Reference in New Issue
Block a user