Appease black

This commit is contained in:
amcmanu3 2022-06-20 17:33:36 -04:00
parent 7670b91cc6
commit 77c9d2613d

View File

@ -136,7 +136,7 @@ class ManagementController:
max_backups: int = None,
excluded_dirs: list = None,
compress: bool = False,
shutdown: bool = False
shutdown: bool = False,
):
return self.management_helper.set_backup_config(
server_id, backup_path, max_backups, excluded_dirs, compress, shutdown