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 authored and knorth55 committed Sep 8, 2022
1 parent 80f3171 commit af7275b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -946,7 +946,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 af7275b

Please sign in to comment.