1
0
Fork 0
mirror of https://github.com/evilhero/mylar synced 2025-02-20 13:06:50 +00:00

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

View file

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