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...")
|
||||
from plexpy import datafactory
|
||||
data_factory = datafactory.DataFactory()
|
||||
result = data_factory.update_library_ids()
|
||||
|
||||
if result:
|
||||
|
@ -618,8 +619,6 @@ def dbcheck():
|
|||
else:
|
||||
logger.debug(u"Unable to update library_id's in database.")
|
||||
|
||||
|
||||
|
||||
# Upgrade users table from earlier versions
|
||||
try:
|
||||
c_db.execute('SELECT do_notify from users')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue