Oscar jinxed

This commit is contained in:
2024-12-11 15:08:16 +01:00
parent 7c61b2a532
commit 9a8be0409a
6 changed files with 55 additions and 9 deletions

View File

@@ -7,6 +7,6 @@ class BTypeDAO:
self.__cur = self.__con.cursor()
def getBType(self):
self.__cur.callproc("getBType")
self.__cur.callproc("getBtype", (None, None, ))
data = self.__cur.fetchall()
return(data)