Skip to content

Replace print() with logger in ProxyManager #126

Description

@extreme4all-ai

Summary

components/bot_detector/proxy_manager/core.py:45 calls print() with a referral message on init. Per code guidelines, should use logger.info().

print(f"To get an API key, please use our referral code: {referral}")

Proposed Change

Replace print() with logger.info().

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions