Pārlūkot izejas kodu

[fix] debug message parameter

Adam Tauber 9 gadus atpakaļ
vecāks
revīzija
ff322d3373
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1
    1
      searx/webapp.py

+ 1
- 1
searx/webapp.py Parādīt failu

@@ -697,7 +697,7 @@ def image_proxy():
697 697
         return '', 400
698 698
 
699 699
     if not resp.headers.get('content-type', '').startswith('image/'):
700
-        logger.debug('image-proxy: wrong content-type: {0}'.format(resp.get('content-type')))
700
+        logger.debug('image-proxy: wrong content-type: {0}'.format(resp.headers.get('content-type')))
701 701
         return '', 400
702 702
 
703 703
     img = ''