Skip to content

Commit

Permalink
v0.91
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshakami authored Nov 11, 2021
1 parent 7a46a33 commit c2ff8d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msm.pyw
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ with open('C:\\Yosh\\#language.txt', 'r', encoding="utf-8") as txt:

start = int(language[1].split(":")[1])
a = Tk()
a.title(language[start + 2] + " v0.90")
a.title(language[start + 2] + " v0.91")
a.minsize(680, 495)
a.maxsize(680, 495)
a.config(bg="#aecfee")
Expand Down

0 comments on commit c2ff8d0

Please sign in to comment.