locale problems
This commit is contained in:
parent
eb817ac2ee
commit
7debff33ab
@ -60,8 +60,6 @@ def time_converter(top="", bottom=""):
|
|||||||
if "-1" in bottom and len(bottom) != 2:
|
if "-1" in bottom and len(bottom) != 2:
|
||||||
time_split = [i for i in top] + ["-1", bottom[-1]]
|
time_split = [i for i in top] + ["-1", bottom[-1]]
|
||||||
|
|
||||||
|
|
||||||
print(time_split)
|
|
||||||
for i in range(4):
|
for i in range(4):
|
||||||
x = digit_position[i][0]
|
x = digit_position[i][0]
|
||||||
y = digit_position[i][1]
|
y = digit_position[i][1]
|
||||||
|
@ -3,7 +3,7 @@ import dash_bootstrap_components as dbc
|
|||||||
import dash_html_components as html
|
import dash_html_components as html
|
||||||
import dash_core_components as dcc
|
import dash_core_components as dcc
|
||||||
import locale
|
import locale
|
||||||
locale.setlocale(locale.LC_TIME, "de_DE")
|
locale.setlocale(locale.LC_TIME, "de_DE.utf8")
|
||||||
#from dash.dependencies import Input, Output
|
#from dash.dependencies import Input, Output
|
||||||
|
|
||||||
import datetime
|
import datetime
|
||||||
|
Loading…
x
Reference in New Issue
Block a user