Skip to content

Commit c66dd85

Browse files
committed
Merge pull request #7 from bepetersn/master
patch bug I created in create_blank_hackpad
2 parents 3ea057c + 17fa613 commit c66dd85

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)