mirror of
https://github.com/evilhero/mylar
synced 2024-12-24 08:42:37 +00:00
This commit is contained in:
parent
1719c0b2d9
commit
62eb6c438c
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@ def addComictoDB(comicid,mismatch=None,pullupd=None,imported=None,ogcname=None):
|
||||||
newValueDict = {"ComicName": "Comic ID: %s" % (comicid),
|
newValueDict = {"ComicName": "Comic ID: %s" % (comicid),
|
||||||
"Status": "Loading"}
|
"Status": "Loading"}
|
||||||
comlocation = None
|
comlocation = None
|
||||||
|
oldcomversion = None
|
||||||
else:
|
else:
|
||||||
newValueDict = {"Status": "Loading"}
|
newValueDict = {"Status": "Loading"}
|
||||||
comlocation = dbcomic['ComicLocation']
|
comlocation = dbcomic['ComicLocation']
|
||||||
|
|
Loading…
Reference in a new issue