no log: pep8 fixes

pull/1741/head v1.0.3
morpheus65535 3 years ago
parent 9c1397a14d
commit 33ff7948e8

@ -74,7 +74,7 @@ def backup_to_zip():
if database_backup_file:
backupZip.write(database_backup_file, 'bazarr.db')
else:
logging.debug(f'Database file is not included in backup. See previous exception')
logging.debug('Database file is not included in backup. See previous exception')
backupZip.write(config_file, 'config.ini')
try:

Loading…
Cancel
Save