Skip to content

Commit c55ba6f

Browse files
committed
update README, requirements and removed comment from spotifycli.py
1 parent 93667f0 commit c55ba6f

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,12 @@ if you don't use any parameters, you'll enter the shell mode, where you'll be ab
7777
solving problems
7878
----------------
7979

80-
### lyricwikia
80+
### lyriq
8181

82-
When, you're missing `lyricwikia` dependency, run the following command:
82+
When, you're missing `lyriq` dependency, run the following command:
8383

8484
```
85-
pip install lyricwikia
85+
pip install lyriq
8686
```
8787

8888
usage with tmux

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
autopep8
22
jeepney
3-
lyricwikia
3+
lyriq
44
pycodestyle
55
pylint
66
setuptools

spotifycli/spotifycli.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,6 @@ def show_lyrics():
234234
lyrics = lyriq.get_lyrics(title, artist)
235235

236236
if lyrics is None:
237-
# Lyrics not found
238237
print(f"Lyrics for '{title}' by {artist} were not found.")
239238
print("This could happen if the track is missing from the lyrics database or is unsupported.")
240239
return

0 commit comments

Comments
 (0)