mirror of
https://github.com/krateng/maloja.git
synced 2025-06-09 20:02:28 +03:00
Remove debug print...
This commit is contained in:
parent
5941123c52
commit
ec02672a2e
@ -178,7 +178,6 @@ class CleanerAgent:
|
|||||||
# match remix in brackets
|
# match remix in brackets
|
||||||
if re.match(r".*[\(\[](.*)" + filter + "[\)\]]", t):
|
if re.match(r".*[\(\[](.*)" + filter + "[\)\]]", t):
|
||||||
artists += self.parseArtists(re.match(r".*[\(\[](.*)" + filter + "[\)\]]", t)[1])
|
artists += self.parseArtists(re.match(r".*[\(\[](.*)" + filter + "[\)\]]", t)[1])
|
||||||
print("check")
|
|
||||||
|
|
||||||
# match remix split with "-"
|
# match remix split with "-"
|
||||||
elif re.match(r".*-(.*)" + filter, t):
|
elif re.match(r".*-(.*)" + filter, t):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user