Removed debug print.
This commit is contained in:
parent
e7ddf1b7e4
commit
ae6081971b
1 changed files with 0 additions and 1 deletions
|
@ -35,7 +35,6 @@ class Playlist:
|
||||||
|
|
||||||
lines = m3u.split("\n") # m3u entries
|
lines = m3u.split("\n") # m3u entries
|
||||||
lines = lines[:-1]
|
lines = lines[:-1]
|
||||||
print(lines)
|
|
||||||
|
|
||||||
i = 0
|
i = 0
|
||||||
num_lines = len(lines)
|
num_lines = len(lines)
|
||||||
|
|
Loading…
Add table
Reference in a new issue