mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 22:03:13 -07:00
add status pass in
This commit is contained in:
parent
9bd464b588
commit
4d975dfd66
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ class AuthURLOpener(urllib.FancyURLopener):
|
||||||
return urllib.FancyURLopener.open(self, url)
|
return urllib.FancyURLopener.open(self, url)
|
||||||
|
|
||||||
|
|
||||||
def processEpisode(dirName, nzbName=None):
|
def processEpisode(dirName, nzbName=None, status=0):
|
||||||
|
|
||||||
config = ConfigParser.ConfigParser()
|
config = ConfigParser.ConfigParser()
|
||||||
configFilename = os.path.join(os.path.dirname(sys.argv[0]), "autoProcessMedia.cfg")
|
configFilename = os.path.join(os.path.dirname(sys.argv[0]), "autoProcessMedia.cfg")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue