forked from mirrors/cursor-free-vip
Format new GUID in reset_machine_manual.py to include braces for consistency.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user