]> git.phdru.name Git - bookmarks_db.git/commitdiff
Feat(Robots/bkmk_rrequests): Change error message
authorOleg Broytman <phd@phdru.name>
Sun, 3 Mar 2024 20:31:44 +0000 (23:31 +0300)
committerOleg Broytman <phd@phdru.name>
Sun, 3 Mar 2024 20:44:07 +0000 (23:44 +0300)
Robots/bkmk_rrequests.py

index 54b4c625d6bcf28cfb4497099cebba5fd2c39426..f0d04dae377cd16f0d1e4194e0a43b8a190168fc 100644 (file)
@@ -36,7 +36,7 @@ class robot_requests(robot_base):
         url_host = split_results.hostname
 
         if url_host in self.proxy_error:
-            return 'proxy error', None, None, None, None
+            return 'see prev. error', None, None, None, None
 
         if accept_charset and bookmark.charset:
             headers = request_headers.copy()