mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-30 11:38:36 -07:00
Merge branch 'nightly' into python3
This commit is contained in:
commit
197c3a327b
4 changed files with 15 additions and 5 deletions
|
@ -75,7 +75,7 @@ def make_backup(cleanup=False, scheduler=False):
|
|||
""" Makes a backup of db, removes all but the last 5 backups """
|
||||
|
||||
# Check the integrity of the database first
|
||||
integrity = (integrity_check() == 'ok')
|
||||
integrity = (integrity_check()['integrity_check'] == 'ok')
|
||||
|
||||
corrupt = ''
|
||||
if not integrity:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue