Roll back some changes. Looks like my Crystal install needs work

This commit is contained in:
2019-04-14 17:59:45 -04:00
parent 5150d965a3
commit 17d218c123
2 changed files with 4 additions and 4 deletions

View File

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