diff --git a/autoProcess/migratecfg.py b/autoProcess/migratecfg.py index 0042a2cc..1e74fe91 100644 --- a/autoProcess/migratecfg.py +++ b/autoProcess/migratecfg.py @@ -64,8 +64,6 @@ def migrate(): value = "auto" if option == "fork" and value not in ["default", "failed", "failed-torrent", "auto"]: value = "auto" - if option == "fork" and value in ["TPB", "TPB-failed", "Pistachitos"]: # Merge all these to "auto" - value = "auto" if option == "outputDirectory": # move this to new location format value = os.path.split(os.path.normpath(value))[0] confignew.set("Torrent", option, value)