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:
parent
dd5b2d37e8
commit
43143d10e3
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||||
|
|
Loading…
Reference in a new issue