Skip to content

Two syntax errors in link/wrappers/aolwrappers.py", line 23 and 35. #22

@timehaven

Description

@timehaven
base_url = base_url,
       ^

SyntaxError: invalid syntax

You need a comma at the end of line 22:

    super(Aol, self).__init__(wrap_name = wrap_name                  <----------
                              base_url = base_url,
                              response_wrapper = AolAPIResponse)

and a closing parentheses here:

        pw=self.password)   <-----------

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions