Save newsletters to html file

This commit is contained in:
JonnyWong16 2018-03-18 21:02:39 -07:00
parent b6bd305694
commit b9b82b23f7
11 changed files with 111 additions and 41 deletions

View file

@ -94,7 +94,7 @@ def make_backup(cleanup=False, scheduler=False):
logger.debug(u"Tautulli Database :: Successfully backed up %s to %s" % (db_filename(), backup_file))
return True
else:
logger.warn(u"Tautulli Database :: Failed to backup %s to %s" % (db_filename(), backup_file))
logger.error(u"Tautulli Database :: Failed to backup %s to %s" % (db_filename(), backup_file))
return False