Skip to content

Commit

Permalink
fix cleanup()
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelliao committed Jun 7, 2014
1 parent 4f64242 commit 97f6ac6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions www/transwarp/db.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ def init(self):

def cleanup(self):
self.connection.cleanup()
self.connection = None

def cursor(self):
'''
Expand Down

0 comments on commit 97f6ac6

Please sign in to comment.