update auth message & reset message

This commit is contained in:
yeongpin
2025-01-17 10:12:18 +08:00
parent eb69f933af
commit 13483eed77
6 changed files with 30 additions and 13 deletions

View File

@@ -98,7 +98,7 @@ class MachineIDResetter:
INSERT OR REPLACE INTO ItemTable (key, value)
VALUES (?, ?)
""", (key, value))
print(f"{EMOJI['INFO']} {Fore.CYAN}{self.translator.get('reset.updating_pair')}: {key}{Style.RESET_ALL}")
print(f"{EMOJI['INFO']} {Fore.CYAN} {self.translator.get('reset.updating_pair')}: {key}{Style.RESET_ALL}")
conn.commit()
conn.close()