mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-19 21:03:14 -07:00
typo :(
This commit is contained in:
parent
5e9677be6c
commit
1ecd7a790a
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ else;
|
||||||
print "INFO: Not assigned a label of either", Movie_Cat, "or", TV_Cat, ". Exiting"
|
print "INFO: Not assigned a label of either", Movie_Cat, "or", TV_Cat, ". Exiting"
|
||||||
|
|
||||||
test = re.compile('^(.*)\.((zip|rar|7z|gz|bz|tar|arj)|(r[0-9]{1,3})|([0-9]{1,3}))$', re.IGNORECASE|re.UNICODE);
|
test = re.compile('^(.*)\.((zip|rar|7z|gz|bz|tar|arj)|(r[0-9]{1,3})|([0-9]{1,3}))$', re.IGNORECASE|re.UNICODE);
|
||||||
if test.match(destination):
|
if test.match(Directory):
|
||||||
print "INFO: Found compressed archives, extracting"
|
print "INFO: Found compressed archives, extracting"
|
||||||
packed = 1
|
packed = 1
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue