Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0f60c49

Browse files
author
Vidya Raghavan
committed
Update sql.py
1 parent 2f3e83a commit 0f60c49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def rowcount(self):
4040
self.disconnect()
4141

4242
def reconnect(self):
43-
self.con = mdb.connect('127.0.0.1', 'shippable', '', 'test')
43+
self.con = mdb.connect('127.0.0.1', 'shippable', '', 'project-test')
4444
return self.con
4545

4646
def disconnect(self):

0 commit comments

Comments
 (0)