mirror of https://github.com/evilhero/mylar
FIX:(#272) Database Error: database is locked during initial startup.
This commit is contained in:
parent
8d06556bf8
commit
0054e4009d
|
@ -732,7 +732,7 @@ def start():
|
|||
|
||||
#Ordering comics here
|
||||
logger.info("Remapping the sorting to allow for new additions.")
|
||||
threading.Thread(target=helpers.ComicSort).start()
|
||||
helpers.ComicSort()
|
||||
|
||||
#weekly pull list gets messed up if it's not populated first, so let's populate it then set the scheduler.
|
||||
logger.info("Checking for existance of Weekly Comic listing...")
|
||||
|
|
Loading…
Reference in New Issue