Skip to content

Commit

Permalink
Merge pull request #35 from DmitrySandalov/main
Browse files Browse the repository at this point in the history
Fix issue: pass player name as an argument
  • Loading branch information
Jugran authored Mar 4, 2024
2 parents da73235 + 3d0a68b commit fc424f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lyrics/lyrics_in_terminal.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ def main():
print(track.get_text())

exit(0)
else:
init_pager()
else:
init_pager()

if __name__ == "__main__":
main()

0 comments on commit fc424f1

Please sign in to comment.