mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 05:43:16 -07:00
Clean up of misc files
This commit is contained in:
parent
369f69c140
commit
bd68c6f378
1 changed files with 0 additions and 24 deletions
24
test.py
24
test.py
|
@ -1,24 +0,0 @@
|
|||
import copy
|
||||
|
||||
from autoProcess.autoSickBeardFork import autoFork
|
||||
|
||||
fork, params = autoFork()
|
||||
print fork
|
||||
|
||||
failed = True
|
||||
for param in copy.copy(params):
|
||||
if param is "failed":
|
||||
params["failed"] = failed
|
||||
|
||||
if param is "dirName":
|
||||
params["dirName"] = "dirName"
|
||||
|
||||
if param is "dir":
|
||||
params["dir"] = "dirName"
|
||||
|
||||
if param is "process_method":
|
||||
del param
|
||||
|
||||
params['nzbName'] = "test"
|
||||
|
||||
print params
|
Loading…
Add table
Add a link
Reference in a new issue