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().

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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