Skip to content

Commit

Permalink
[jsk_fetch_startup] Fix description message
Browse files Browse the repository at this point in the history
  • Loading branch information
tkmtnt7000 committed Sep 7, 2022
1 parent d7fe295 commit e7ec500
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -884,7 +884,7 @@ Args:
(:inspect-trashcan
'(lambda (userdata)
(inspect-trashcan :tweet (cdr (assoc 'tweet userdata)))
(set-alist 'description "ゴミ箱の前に行けなかったよ" userdata)
(set-alist 'description "ゴミ箱の様子を確認したよ" userdata)
(set-alist 'image (remove #\newline (base64encode (send *image* :serialize))) userdata)
t))
(:report-move-to-trashcan-front-failure
Expand Down

0 comments on commit e7ec500

Please sign in to comment.