From fd6bccdc12ad404e5d120c5f83def49c70f6750a Mon Sep 17 00:00:00 2001 From: Vansh Comar Date: Sun, 24 Oct 2021 20:33:40 +0530 Subject: [PATCH] pep8 formatting --- app/request.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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()