This commit is contained in:
angelblue05 2016-11-08 07:10:21 -06:00
parent 5c85a3166a
commit 54f0f37d7e
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ class DatabaseConn(object):
log.info("opened: %s - %s", self.path, id(self.conn)) log.info("opened: %s - %s", self.path, id(self.conn))
self.cursor = self.conn.cursor() self.cursor = self.conn.cursor()
return self.conn.cursor() return self.cursor
def _SQL(self, media_type): def _SQL(self, media_type):