We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 114b5af commit 106ac26Copy full SHA for 106ac26
snappass/main.py
@@ -26,6 +26,7 @@
26
app.config.update(
27
dict(STATIC_URL=os.environ.get('STATIC_URL', 'static')))
28
29
+
30
# Set up Babel
31
def get_locale():
32
return request.accept_languages.best_match(['en', 'es', 'de', 'nl'])
0 commit comments