Skip to content

update ghostpr.py to a stable version #113

@egili

Description

@egili
  • Fix ASCII art syntax warnings and improve menu robustness
  • Use raw f-strings for ASCII art to resolve SyntaxWarnings regarding invalid escape sequences.
  • Replace recursive function calls in main menu with a while loop to prevent stack overflow and infinite recursion on invalid input.
  • Add validation for empty inputs to prevent ValueError crashes.
  • Use .get() for timezone data in IP_Track to prevent KeyError when API responses are missing
    specific fields

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