Skip to content

Commit 17fa613

Browse files
committed
patch bug in create_blank_hackpad
1 parent 35c3a53 commit 17fa613

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hackpad_api/hackpad.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def __init__(self, sub_domain='', consumer_key='', consumer_secret=''):
1818
return
1919

2020
def create_blank_hackpad(self, asUser='', content_type='text/plain'):
21-
return create_hackpad('Hackpad Title', 'Auto-generated Hackpad contents.',
21+
return self.create_hackpad('Hackpad Title', 'Auto-generated Hackpad contents.',
2222
asUser, content_type)
2323

2424
def create_hackpad(self, title, content, asUser='', content_type='text/plain'):

0 commit comments

Comments
 (0)