Skip to content

Commit 0870b30

Browse files
committed
Add message printing on successful save to playbook
1 parent c6d0d1b commit 0870b30

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/arguments/utility.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ def add_to_playbook(self, stackoverflow_object, question_id):
118118
'answer_body': stackoverflow_object.answer_data[int(question_id)]
119119
})
120120
self.playbook_content = content
121+
console.print("[green] Question added to the playbook")
121122

122123
def delete_from_playbook(self, stackoverflow_object, question_id):
123124
content = self.playbook_content

0 commit comments

Comments
 (0)