From 56c3155f77763f4818318213a3c566b4972fd37c Mon Sep 17 00:00:00 2001 From: deajan Date: Sat, 8 Mar 2025 12:15:32 +0100 Subject: [PATCH] Remove unnecessary comment --- npbackup/__main__.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/npbackup/__main__.py b/npbackup/__main__.py index aff6e4e..3b47583 100644 --- a/npbackup/__main__.py +++ b/npbackup/__main__.py @@ -555,8 +555,6 @@ This is free software, and you are welcome to redistribute it under certain cond ] except KeyError: auto_upgrade_percent_chance = None - - # TODO: Deprecated auto_upgrade_interval in favor of auto_upgrade_percent_chance try: auto_upgrade_interval = full_config["global_options"]["auto_upgrade_interval"] except KeyError: @@ -726,7 +724,7 @@ This is free software, and you are welcome to redistribute it under certain cond "quick_check", # TODO: deprecated "full_check", # TODO: deprecated "prune", - "prune_max", + "prune_max", # TODO: deprecated "unlock", "repair", "repair_index", # TODO: deprecated