Add 'bytes' to log message

This commit is contained in:
niten 2023-04-25 15:26:15 -07:00
parent d4b5ecc0f9
commit f4589428a2
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
(when verbose
(println (str "sending "
(count image-bytes)
" to "
" bytes to "
url
" for object detection")))
(let [input-stream (ByteArrayInputStream. image-bytes)]