mirror of
https://github.com/evilhero/mylar
synced 2025-02-18 20:20:28 +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']
|
||||
return library
|
||||
|
||||
def listStoryArcs():
|
||||
def listStoryArcs():
|
||||
import db
|
||||
library = {}
|
||||
myDB = db.DBConnection()
|
||||
|
|
Loading…
Reference in a new issue