change to 540 seconds for sleep

This commit is contained in:
Brent Gordon 2020-03-02 17:20:30 -05:00
parent 269011f49e
commit 8c1cb565c4

View File

@ -73,7 +73,7 @@
(displayln "Uploaded post!"))
(define (loop)
(sleep 480)
(sleep 540)
(upload-attachment)
(loop))