Skip to content

args should be optional #7

@JordanReiter

Description

@JordanReiter

Just change

def oembed(input, args):

to

def oembed(input, args=None):

You're testing whether args is a value anyway, so you might as well allow not entering a value at all.

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