summaryrefslogtreecommitdiff
path: root/bin/web_kbn.py
diff options
context:
space:
mode:
Diffstat (limited to 'bin/web_kbn.py')
-rw-r--r--bin/web_kbn.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/web_kbn.py b/bin/web_kbn.py
index 9a99ab3..bf17046 100644
--- a/bin/web_kbn.py
+++ b/bin/web_kbn.py
@@ -190,7 +190,7 @@ class WebSite(http.HTTPServer):
)
env = aiohttp_jinja2.get_env(self.app)
- def filter_lang(key, unit):
+ def filter_lang(key, unit='web_kbn'):
strings = Translation(unit)
return strings.get()[key]