added printing acc info
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user