Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Video AG Infrastruktur
website
Commits
5c863738
Commit
5c863738
authored
Apr 24, 2017
by
Julian Rother
Browse files
Force locale to de_DE.utf8
parent
3d5d25cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
server.py
View file @
5c863738
...
...
@@ -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__
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment