Skip to content

Commit

Permalink
Fixed resources is not defined bug in _parseInput #258
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaliy Rodnenko authored and Vitaliy Rodnenko committed Feb 19, 2015
1 parent 79cfc0b commit aa557ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geeknote/geeknote.py
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@ def show(self, note, raw=None):
else:
out.showNote(note)

def _parseInput(self, title=None, content=None, tags=None, notebook=None, resources=[], note=None):
def _parseInput(self, title=None, content=None, tags=None, notebook=None, resources=None, note=None):
result = {
"title": title,
"content": content,
Expand Down

0 comments on commit aa557ee

Please sign in to comment.