mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-19 21:03:21 -07:00
Fix database check bug.
Some styling adjustments. Use the proper image fallbacks.
This commit is contained in:
parent
ec3253afdb
commit
dcab175c18
4 changed files with 5 additions and 16 deletions
|
@ -361,7 +361,7 @@ def dbcheck():
|
|||
|
||||
# Upgrade sessions table from earlier versions
|
||||
try:
|
||||
c.execute('SELECT started from sessions')
|
||||
c_db.execute('SELECT started from sessions')
|
||||
except sqlite3.OperationalError:
|
||||
logger.debug(u"Altering database. Updating database table sessions.")
|
||||
c_db.execute(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue