Explorar el Código

add more logging

master
Brent Gordon hace 4 años
padre
commit
a1faf8d047
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      bot.rkt

+ 1
- 1
bot.rkt Ver fichero

@@ -8,7 +8,7 @@
(define safebooru "safebooru.donmai.us")
(define limit "20")
(define page (number->string (random 1 350)))
(define tags "mario_(series)%20-bowsette")
(define tags "mario_(series)")
(define pos (random 19))
(define CRLF "\r\n")
(define boundary (bytes->string/utf-8 (md5 (number->string (current-seconds)))))


Cargando…
Cancelar
Guardar