Skip to content
This repository was archived by the owner on May 25, 2020. It is now read-only.
This repository was archived by the owner on May 25, 2020. It is now read-only.

get_content declared twice #23

@primetheus

Description

@primetheus

The ConfluencePage class has get_content declared twice:

def get_content(self):`
    self.wanted_page_id = self.get_page_id
    self.content_values = {"style": "clean"}
    self.page_content = self.wanted_page = self.server.confluence2.renderContet(self.token, self.wanted_page_id, self.content_values)

def get_content(self):
    return self.get()['content']

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