Updated .gitignore and added Userlogin (SQLLITE)

This commit is contained in:
2024-01-07 11:51:08 +01:00
parent 9b8fe57c17
commit 900cee34e5
3 changed files with 15 additions and 3 deletions

View File

@@ -97,7 +97,7 @@ class User:
return self.__lastlogin
def getusername(self):
return self.__username
return str(self.__username)
def gethighscore(self):