]> git.phdru.name Git - bookmarks_db.git/commitdiff
Docs(Robots/base.py): Remove irrelevant "curl"
authorOleg Broytman <phd@phdru.name>
Wed, 19 Feb 2025 15:37:29 +0000 (18:37 +0300)
committerOleg Broytman <phd@phdru.name>
Wed, 19 Feb 2025 15:37:29 +0000 (18:37 +0300)
Robots/base.py

index 5cb671c9a8b414c21fa0da09bad077a3785f4629..3c51eac21dd2b7865f0036e2db9850d8bbdec6d7 100644 (file)
@@ -5,7 +5,7 @@ This file is a part of Bookmarks database and Internet robot.
 """
 
 __author__ = "Oleg Broytman <phd@phdru.name>"
-__copyright__ = "Copyright (C) 2000-2024 PhiloSoft Design"
+__copyright__ = "Copyright (C) 2000-2025 PhiloSoft Design"
 __license__ = "GNU GPL"
 
 __all__ = ['robot_base']
@@ -69,8 +69,8 @@ class robot_base(Robot):
     icons = {}
 
     # Pass proxy from the environment like this:
-    # BKMK_ROBOT=curl,requests:proxy=http%3a//localhost%3a8080
-    # BKMK_ROBOT=requests,curl:proxy=socks5h%3a//localhost%3a1080
+    # BKMK_ROBOT=aio:proxy=http%3a//localhost%3a8080
+    # BKMK_ROBOT=requests:proxy=socks5h%3a//localhost%3a1080
     proxy = None
 
     # Store hosts for which we already know they require proxy...