Skip to content

Commit

Permalink
fix chord lyrics on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Taiko2k committed Apr 10, 2019
1 parent 1fd6005 commit 976378d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tauon.py
Original file line number Diff line number Diff line change
Expand Up @@ -20701,6 +20701,8 @@ def save_format_b(self, track):

cache_title = self.get_cache_title(track)

t = t.replace("\r", "")

f = open(os.path.join(self.store_b, cache_title), 'w')
f.write(t)
f.close()
Expand Down

0 comments on commit 976378d

Please sign in to comment.