FIX: Fix for space error on startup

This commit is contained in:
evilhero 2016-12-31 00:50:21 -05:00
parent dd5b2d37e8
commit 43143d10e3
1 changed files with 1 additions and 1 deletions

View File

@ -1748,7 +1748,7 @@ def listLibrary():
library[row['ReleaseComicId']] = row['ComicID']
return library
def listStoryArcs():
def listStoryArcs():
import db
library = {}
myDB = db.DBConnection()