From cea719492254197476f4659302f0a0922a3526b4 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Wed, 19 Feb 2025 18:37:29 +0300 Subject: [PATCH] Docs(Robots/base.py): Remove irrelevant "curl" --- Robots/base.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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... -- 2.39.5