fix: use more accurate naming for proxy rotation strategy
It can be considered the simplest form of round robin since we don't have weights or anything (as was originally planned), but let's change it to avoid confusion or useless debates. Here goes nothing
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
from .proxy_rotation import ProxyRotator, is_proxy_error, round_robin
|
||||
from .proxy_rotation import ProxyRotator, is_proxy_error, cyclic_rotation
|
||||
|
||||
__all__ = ["ProxyRotator", "is_proxy_error", "round_robin"]
|
||||
__all__ = ["ProxyRotator", "is_proxy_error", "cyclic_rotation"]
|
||||
|
||||
Reference in New Issue
Block a user