1
0
Fork 0
mirror of https://github.com/evilhero/mylar synced 2024-12-25 01:01:47 +00:00

FIX:(#667) DB Locking would occur on startup sequence on some instances. Removed update call

This commit is contained in:
evilhero 2017-01-22 18:34:30 -05:00
parent 2d71763a96
commit 78da0c4714

View file

@ -2266,8 +2266,8 @@ def dbcheck():
conn.commit()
c.close()
logger.info('Making sure the latest dates are all correctly pointing to the correct issue numbers & dates')
helpers.latestdate_update()
#logger.info('Making sure the latest dates are all correctly pointing to the correct issue numbers & dates')
#helpers.latestdate_update()
if dynamic_upgrade:
logger.info('Updating db to include some important changes.')