Skip to content

Commit

Permalink
fix duplicate line
Browse files Browse the repository at this point in the history
  • Loading branch information
goktug97 committed Dec 19, 2019
1 parent 79c5a6b commit c3728ef
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Yet Another Spotify Command Line Lyrics
==========================================

![Lyrics-Screenshot](https://github.com/goktug97/yet-another-spotify-lyrics/blob/master/screenshot.jpg)
![Lyrics-Screenshot](https://raw.githubusercontent.com/goktug97/yet-another-spotify-lyrics/master/screenshot.jpg)

## Requirements
* ueberzug
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
long_description = f.read()

setup(name='yet-another-spotify-lyrics',
version='1.0.1',
version='1.0.2',
description='Command Line Spotify Lyrics with Album Cover',
author='Göktuğ Karakaşlı',
author_email='karakasligk@gmail.com',
Expand All @@ -17,7 +17,7 @@
long_description_content_type='text/markdown',
url='https://github.com/goktug97/yet-another-spotify-lyrics',
download_url=(
'https://github.com/goktug97/yet-another-spotify-lyrics/archive/v1.0.1.tar.gz'),
'https://github.com/goktug97/yet-another-spotify-lyrics/archive/v1.0.2.tar.gz'),
py_modules=[os.path.splitext(os.path.basename(path))[0]
for path in ['spotify_lyrics']],
entry_points={
Expand Down
2 changes: 2 additions & 0 deletions spotify_lyrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,8 @@ def main(canvas):
for i in range(current_line, current_line + n_entries):
delete_line()
print(boldify(wrapped_lines[i]))
move_cursor(0, n_entries+start_row)
delete_line()

c = key_poller.poll()
if c == 'q':
Expand Down

0 comments on commit c3728ef

Please sign in to comment.