Skip to content

require_auth value defined in metadata.json is not being set #57

@harry0123

Description

@harry0123

Currently, the require_auth value defined in metadata.json is not being set. On line 20 in __init__.py, the if statement is evaluating the condition incorrectly.

The intended behavior should be

if "require_auth" in config:
  ...

so it checks if the key require_auth is in the config dictionary.

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