mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-20 13:23:18 -07:00
remove my version. #289
This commit is contained in:
parent
719b4ed0ae
commit
59264f55ad
1 changed files with 0 additions and 2 deletions
|
@ -64,8 +64,6 @@ def migrate():
|
||||||
value = "auto"
|
value = "auto"
|
||||||
if option == "fork" and value not in ["default", "failed", "failed-torrent", "auto"]:
|
if option == "fork" and value not in ["default", "failed", "failed-torrent", "auto"]:
|
||||||
value = "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
|
if option == "outputDirectory": # move this to new location format
|
||||||
value = os.path.split(os.path.normpath(value))[0]
|
value = os.path.split(os.path.normpath(value))[0]
|
||||||
confignew.set("Torrent", option, value)
|
confignew.set("Torrent", option, value)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue