pep8 formatting
This commit is contained in:
parent
97c832d145
commit
fd6bccdc12
|
@ -252,7 +252,8 @@ class Request:
|
||||||
# Adding the Accept-Language to the Header if possible
|
# Adding the Accept-Language to the Header if possible
|
||||||
if self.lang_interface:
|
if self.lang_interface:
|
||||||
headers.update({'Accept-Language':
|
headers.update({'Accept-Language':
|
||||||
self.lang_interface.replace('lang_', '') + ';q=1.0'})
|
self.lang_interface.replace('lang_', '')
|
||||||
|
+ ';q=1.0'})
|
||||||
|
|
||||||
# view is suppressed correctly
|
# view is suppressed correctly
|
||||||
now = datetime.now()
|
now = datetime.now()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user