소스 검색

print status for safebooru request to stdout

master
Brent Gordon 4 년 전
부모
커밋
e5ecd19676
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      bot.rkt

+ 1
- 0
bot.rkt 파일 보기

@@ -27,6 +27,7 @@

(define (search-safebooru)
(define-values (status header response)(http-sendrecv safebooru (string-append "/posts.json?limit=" limit "&page=" page "&tags="tags ) #:ssl? #t))
(displayln status)
(define posts (read-json response))
(list-ref posts pos))


불러오는 중...
취소
저장