FIX:(#272) Database Error: database is locked during initial startup.

This commit is contained in:
evilhero 2013-03-14 16:35:05 -04:00
parent 8d06556bf8
commit 0054e4009d
1 changed files with 1 additions and 1 deletions

View File

@ -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...")