Update to 0.27.2

next
Danila Fedorin 4 years ago
parent 1c6625400a
commit 92cdd200ba
  1. 2
      src/joann-pupper-bot.cr

@ -38,7 +38,7 @@ end
spawn do
loop do
time = Time.now
time = Time.local
url_tuple = get_reddit_post(subreddit, completed) if (active_hours.includes? time.hour)
if url_tuple
url, title = url_tuple

Loading…
Cancel
Save