fixed diva quest

This commit is contained in:
argoneus 2020-05-16 15:38:56 +02:00
parent a2308379f2
commit 1f5ff96b8e
3 changed files with 49 additions and 26 deletions

View file

@ -23,7 +23,7 @@ class BaseDB(object):
return self
def __exit__(self, exc_type, exc_value, traceback):
self.quest_conn.close()
self.conn.close()
def attach_dbs(self, databases, path):
for d in databases: