Skip to content

Syntax Error in snapchat.py -> if status == "TAKEN" or "TOO_LONG" or "INVALID_CHAR": #4

@PierisKimonos

Description

@PierisKimonos

I don't have permission to push or create a PR so here is the patch you can apply:
Using__in_(__)clause_instead_of==or_____or.patch

  • if status == "TAKEN" or "TOO_LONG" or "INVALID_CHAR": ❌
  • if status in ("TAKEN", "TOO_LONG", "INVALID_CHAR"): ✅

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