mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-19 21:03:14 -07:00
Fix Typo. Fixes #539
This commit is contained in:
parent
db35e3d2de
commit
eb6e7a0dbd
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ def reverse_filename(filename, dirname, name):
|
||||||
na_parts = season_pattern.search(head)
|
na_parts = season_pattern.search(head)
|
||||||
if na_parts is not None:
|
if na_parts is not None:
|
||||||
word_p = word_pattern.findall(na_parts.group(2))
|
word_p = word_pattern.findall(na_parts.group(2))
|
||||||
if word_P:
|
if word_p:
|
||||||
new_words = ""
|
new_words = ""
|
||||||
for wp in word_p:
|
for wp in word_p:
|
||||||
if wp[0] == ".":
|
if wp[0] == ".":
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue