瀏覽代碼

[fix] pep8

Thomas Pointhuber 10 年之前
父節點
當前提交
a53c688879
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      searx/webapp.py

+ 1
- 1
searx/webapp.py 查看文件

261
 
261
 
262
     if 'autocomplete' not in kwargs:
262
     if 'autocomplete' not in kwargs:
263
         kwargs['autocomplete'] = autocomplete
263
         kwargs['autocomplete'] = autocomplete
264
-    
264
+
265
     if 'bootstrap_theme' not in kwargs:
265
     if 'bootstrap_theme' not in kwargs:
266
         kwargs['bootstrap_theme'] = request.cookies.get('bootstrap_theme', 'default')
266
         kwargs['bootstrap_theme'] = request.cookies.get('bootstrap_theme', 'default')
267
 
267