diff --git a/app/request.py b/app/request.py index 4d88d50..9bb9bd0 100644 --- a/app/request.py +++ b/app/request.py @@ -252,7 +252,8 @@ class Request: # Adding the Accept-Language to the Header if possible if self.lang_interface: headers.update({'Accept-Language': - self.lang_interface.replace('lang_', '') + ';q=1.0'}) + self.lang_interface.replace('lang_', '') + + ';q=1.0'}) # view is suppressed correctly now = datetime.now()