Lyrics added
This commit is contained in:
parent
0a519ee804
commit
8b95e2ab8b
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ def musicstatus():
|
|||
lyrics.pop(i)
|
||||
for i in range(len(lyrics)):
|
||||
if lyrics[i].startswith("["):
|
||||
if ":" in lyrics[i][1:3]:
|
||||
if ":" in lyrics[i].split("]")[0]:
|
||||
lyrics.pop(i)
|
||||
else:
|
||||
lyrics[i] = lyrics[i][10:]
|
||||
|
|
Loading…
Reference in a new issue