Rostbraten commited on
Commit
2d9f924
·
verified ·
1 Parent(s): 4b03e7e

Update navigium.py

Browse files
Files changed (1) hide show
  1. navigium.py +1 -1
navigium.py CHANGED
@@ -12,7 +12,7 @@ import locale
12
  from termcolor import colored
13
  from openpyxl.styles import Font
14
 
15
- locale.setlocale(locale.LC_ALL, 'de_DE.UTF-8')
16
 
17
  def dice(scriptio, verbum, iudicatum="good"):
18
  if iudicatum == "good":
 
12
  from termcolor import colored
13
  from openpyxl.styles import Font
14
 
15
+ locale.setlocale(locale.LC_ALL, 'C')
16
 
17
  def dice(scriptio, verbum, iudicatum="good"):
18
  if iudicatum == "good":