Skip to content

Rename worker_report entry point from main.py to core.py #125

@extreme4all-ai

Description

@extreme4all-ai

Summary

worker_report is the only base that uses main.py as its entry point module instead of core.py (consistent with all other 11 bases).

  • bases/bot_detector/worker_report/main.py should be renamed to bases/bot_detector/worker_report/core.py
  • projects/worker_report/pyproject.toml:21 — update entry point from bot_detector.worker_report.main:run to bot_detector.worker_report.core:run

Proposed Change

  1. Rename bases/bot_detector/worker_report/main.pycore.py
  2. Update the script entry point in projects/worker_report/pyproject.toml
  3. Update any internal imports that reference main

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