Skip to content
Snippets Groups Projects
Commit 5c863738 authored by Julian Rother's avatar Julian Rother
Browse files

Force locale to de_DE.utf8

parent 3d5d25cb
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,9 @@ import string
from socket import gethostname
from ipaddress import ip_address, ip_network
import math
import locale
locale.setlocale(locale.LC_ALL, 'de_DE.utf8')
app = Flask(__name__)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment