Skip to content

fix(main): infinite recursion and missing input validation #223

@tatenda-source

Description

@tatenda-source

main.py calls main() recursively on invalid input instead of returning, leading to RecursionError. Also, int(question(...)) calls crash with ValueError on non-numeric input, and account existence is not validated before use in affiliate marketing flow. Uses hardcoded 'python' instead of sys.executable for cron subprocess.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions