From 92cdd200badacd69e6ef2e3373f1aa4e9faa9a6d Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Sun, 14 Apr 2019 14:05:56 -0700 Subject: [PATCH] Update to 0.27.2 --- src/joann-pupper-bot.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/joann-pupper-bot.cr b/src/joann-pupper-bot.cr index 88ea8c5..2e0bcd1 100644 --- a/src/joann-pupper-bot.cr +++ b/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