"""
__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']
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...