Пример #1
0
def createNote(path, args):
	if "name" in args:
		global noteListDirty
		noteListDirty = True
		db.addNote(args["name"], "")
	
	return getNoteListCached()