diff --git a/www/transwarp/db.py b/www/transwarp/db.py index 6b4f05d..0a8601e 100644 --- a/www/transwarp/db.py +++ b/www/transwarp/db.py @@ -122,6 +122,7 @@ def init(self): def cleanup(self): self.connection.cleanup() + self.connection = None def cursor(self): '''