Skip to content

Replace print() with logger in ProxyManager #126

@extreme4all-ai

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
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions