Update to 0.27.2

This commit is contained in:
Danila Fedorin 2019-04-14 14:05:56 -07:00
parent 1c6625400a
commit 92cdd200ba
1 changed files with 1 additions and 1 deletions

View File

@ -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