Windows beste

This commit is contained in:
2024-12-10 09:27:55 +01:00
parent cf7bde958b
commit 3f33fbfdfb
2 changed files with 2 additions and 1 deletions

View File

@@ -18,7 +18,7 @@ class UserDAO:
print(e.errno)
user_created = False
finally:
self.__closeConnection()
# self.__closeConnection()
return user_created
def getUser(self, username):