From: Oleg Broytman Date: Wed, 19 Feb 2025 15:37:29 +0000 (+0300) Subject: Docs(Robots/base.py): Remove irrelevant "curl" X-Git-Tag: 6.2.0~8 X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=cea719492254197476f4659302f0a0922a3526b4;p=bookmarks_db.git Docs(Robots/base.py): Remove irrelevant "curl" --- diff --git a/Robots/base.py b/Robots/base.py index 5cb671c..3c51eac 100644 --- a/Robots/base.py +++ b/Robots/base.py @@ -5,7 +5,7 @@ This file is a part of Bookmarks database and Internet robot. """ __author__ = "Oleg Broytman " -__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...