Oscar jinxed
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user