Skip to content
This repository was archived by the owner on Apr 25, 2024. It is now read-only.

Commit aa557ee

Browse files
Vitaliy RodnenkoVitaliy Rodnenko
authored andcommitted
Fixed resources is not defined bug in _parseInput vitalyrodnenko#258
1 parent 79cfc0b commit aa557ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

geeknote/geeknote.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,7 @@ def show(self, note, raw=None):
696696
else:
697697
out.showNote(note)
698698

699-
def _parseInput(self, title=None, content=None, tags=None, notebook=None, resources=[], note=None):
699+
def _parseInput(self, title=None, content=None, tags=None, notebook=None, resources=None, note=None):
700700
result = {
701701
"title": title,
702702
"content": content,

0 commit comments

Comments
 (0)