Skip to content

Commit

Permalink
optional embed for add_entry_comment
Browse files Browse the repository at this point in the history
  • Loading branch information
p1c2u committed Apr 19, 2017
1 parent 1260a96 commit 950cd54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wykop/api/clients.py
Expand Up @@ -582,7 +582,7 @@ def delete_entry(self, entry_id):
return self.request('entries', 'delete', [entry_id])

@login_required
def add_entry_comment(self, entry_id, body, embed):
def add_entry_comment(self, entry_id, body, embed=None):
post_params = {'body': body}

if embed:
Expand Down

0 comments on commit 950cd54

Please sign in to comment.