Apr-10-2019, 09:51 PM
in second module:
also, line 37 of first script
class setupADB: def __init__(self, con): self.con = conthen refer to con in rest of class as self.con
also, line 37 of first script
d = setupADB(con)