changed game layout away from using image
This commit is contained in:
@ -15,6 +15,6 @@ class Database:
|
||||
self.__cursor.execute(query)
|
||||
return self.__cursor.fetchall()
|
||||
|
||||
def fetchall(self, query:str):
|
||||
def fetchone(self, query:str):
|
||||
self.__cursor.execute(query)
|
||||
return self.__cursor.fetchone()
|
Reference in New Issue
Block a user