mirror of
https://github.com/evilhero/mylar
synced 2024-12-25 09:11:46 +00:00
FIX:(#667) DB Locking would occur on startup sequence on some instances. Removed update call
This commit is contained in:
parent
2d71763a96
commit
78da0c4714
1 changed files with 2 additions and 2 deletions
|
@ -2266,8 +2266,8 @@ def dbcheck():
|
||||||
conn.commit()
|
conn.commit()
|
||||||
c.close()
|
c.close()
|
||||||
|
|
||||||
logger.info('Making sure the latest dates are all correctly pointing to the correct issue numbers & dates')
|
#logger.info('Making sure the latest dates are all correctly pointing to the correct issue numbers & dates')
|
||||||
helpers.latestdate_update()
|
#helpers.latestdate_update()
|
||||||
|
|
||||||
if dynamic_upgrade:
|
if dynamic_upgrade:
|
||||||
logger.info('Updating db to include some important changes.')
|
logger.info('Updating db to include some important changes.')
|
||||||
|
|
Loading…
Reference in a new issue