added printing acc info

This commit is contained in:
2023-11-06 14:30:53 +01:00
parent c84b79e099
commit 1f9e17e54b
2 changed files with 8 additions and 1 deletions

View File

@@ -164,7 +164,7 @@ class MenuHelper:
return
case "View account info":
print(self.user.private_key)
self.user.printAccountInfo()
case "Change username":
self.user.updateAccount()