Skip to content

Invalid example in README #2

@akaihola

Description

@akaihola

The Python script in README.md has two errors:

  • missing import os at the top
  • unquoted web on this line:
        type = web # str | Enrich a search query with results pulled from Kagi indexes. (default to web)
    should be:
        type = 'web' # str | Enrich a search query with results pulled from Kagi indexes. (default to 'web')

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