Skip to content

Commit

Permalink
fix startup crash
Browse files Browse the repository at this point in the history
  • Loading branch information
Taiko2k committed May 4, 2019
1 parent 1ca0d29 commit 552e1da
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@

Changelog-------------------------------------

v4.2.3

- Fixed startup crash when non en locale detected

v4.2.2

- Fixed playtimes doubling when using edit with Picard
Expand Down
1 change: 1 addition & 0 deletions extra/com.github.taiko2k.tauonmb.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
</categories>

<releases>
<release version="4.2.3" date="2019-05-05"/>
<release version="4.2.2" date="2019-05-04"/>
<release version="4.2.1" date="2019-05-01"/>
<release version="4.2.0" date="2019-04-27"/>
Expand Down
3 changes: 1 addition & 2 deletions tauon.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
import pickle
import shutil

t_version = "v4.2.2"
t_version = "v4.2.3"
t_title = 'Tauon Music Box'
t_id = 'tauonmb'

Expand Down Expand Up @@ -324,7 +324,6 @@ def __del__(self):
print("Translation file loaded")

except:
raise
print("No translation file available for this locale")
def _(message):
return message
Expand Down

0 comments on commit 552e1da

Please sign in to comment.