Guest User

Untitled

a guest
Jan 4th, 2018
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.12 KB | None | 0 0
  1. def connect(self, user, password):
  2.         self.sqlConn = sql.Connection(host='localhost',user=user,password=password,db=self.__db)
Add Comment
Please, Sign In to add comment