Skip to content

Commit

Permalink
Update folders.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aravindavk authored Jan 3, 2024
1 parent c138fb4 commit a6ea7cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/kadalu_content_apis/folders.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def upload_template(self, file_path, template_type, name="", output_type="text",

def list_templates(self, page=1, page_size=30):
""" List all templates with folder-name"""
return Template.list_templates(self, self.name, page, page_size)
return Template.list_templates(self.conn, self.name, page, page_size)

def template(self, name):
""" Return Template instance with folder-name"""
Expand Down

0 comments on commit a6ea7cc

Please sign in to comment.