mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-22 06:13:25 -07:00
Fix missing line of code
This commit is contained in:
parent
b2a7d8276b
commit
aaacfb5bf9
1 changed files with 1 additions and 2 deletions
|
@ -611,6 +611,7 @@ def dbcheck():
|
||||||
)
|
)
|
||||||
logger.debug(u"Updating library_id's in database. Please wait...")
|
logger.debug(u"Updating library_id's in database. Please wait...")
|
||||||
from plexpy import datafactory
|
from plexpy import datafactory
|
||||||
|
data_factory = datafactory.DataFactory()
|
||||||
result = data_factory.update_library_ids()
|
result = data_factory.update_library_ids()
|
||||||
|
|
||||||
if result:
|
if result:
|
||||||
|
@ -618,8 +619,6 @@ def dbcheck():
|
||||||
else:
|
else:
|
||||||
logger.debug(u"Unable to update library_id's in database.")
|
logger.debug(u"Unable to update library_id's in database.")
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Upgrade users table from earlier versions
|
# Upgrade users table from earlier versions
|
||||||
try:
|
try:
|
||||||
c_db.execute('SELECT do_notify from users')
|
c_db.execute('SELECT do_notify from users')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue