Skip to content

Commit

Permalink
remove notebook from output
Browse files Browse the repository at this point in the history
  • Loading branch information
JackGruber committed Dec 26, 2020
1 parent 6106883 commit 3592cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion note_overview.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def Main(notebook, title, add_tag, token, url, query, order_by, order_dir):
data = {}
data['body'] = body
if( joplinapi.UpdateNote(overview_id, json.dumps(data)) ):
print("Note '" + title + "' in '" + notebook + "' updated")
print("Note '" + title + " updated")
else:
print("Error on note create")
sys.exit(1)
Expand Down

0 comments on commit 3592cd9

Please sign in to comment.