Skip to content

Commit

Permalink
0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Hidden-Warden committed May 7, 2022
1 parent 48261ba commit ee28161
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions MyCards.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Version:
#0.2.2
#0.2.3
###
import os ### Librairie
import csv ### Docs / Librairie
Expand Down Expand Up @@ -219,9 +219,9 @@ def Update(Numéro):
canvas.create_text((s_screen_width/scnd_colonne), (480), text=N5_3,fill=s_font_color, font=s_font_family) ##5
#################################################################################################################################
if len(BaseDeMots[Numéro][6])>=45: ##6
N6_1=(BaseDeMots[Numéro][5][:45])
N6_1=(BaseDeMots[Numéro][6][:45])
#
N6_2=(BaseDeMots[Numéro][5][45:])
N6_2=(BaseDeMots[Numéro][6][45:])
if N6_1[len(N6_1)-1]!=" " or N6_1[len(N6_1)-1]!=",":
if N6_2[0]!=" " or N6_2[0]!=",":
N6_2="-"+N6_2
Expand Down

0 comments on commit ee28161

Please sign in to comment.