Skip to content

Commit 36d1c2f

Browse files
committed
Merge branch 'day-16' of github.com:michaelliao/awesome-python-webapp into day-16
2 parents cf3fae4 + f736664 commit 36d1c2f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

www/transwarp/db.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ def init(self):
122122

123123
def cleanup(self):
124124
self.connection.cleanup()
125+
self.connection = None
125126

126127
def cursor(self):
127128
'''

0 commit comments

Comments
 (0)