소스 검색

[fix] pep8

Thomas Pointhuber 10 년 전
부모
커밋
a53c688879
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      searx/webapp.py

+ 1
- 1
searx/webapp.py 파일 보기

@@ -261,7 +261,7 @@ def render(template_name, override_theme=None, **kwargs):
261 261
 
262 262
     if 'autocomplete' not in kwargs:
263 263
         kwargs['autocomplete'] = autocomplete
264
-    
264
+
265 265
     if 'bootstrap_theme' not in kwargs:
266 266
         kwargs['bootstrap_theme'] = request.cookies.get('bootstrap_theme', 'default')
267 267