Skip to content

Commit

Permalink
log log log
Browse files Browse the repository at this point in the history
  • Loading branch information
herval committed Dec 8, 2014
1 parent ef63d96 commit 22c73f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/hervalicious/TwitterBot.scala
Expand Up @@ -11,7 +11,7 @@ object TwitterBot extends App {
println("Starting philosophical bot...")

while(true) {
twitterApi.post(librarian.quote)
println(twitterApi.post(librarian.quote))
println("Entering deep slumber for some time...")
Thread.sleep(30.minutes.toMillis)
}
Expand Down

0 comments on commit 22c73f0

Please sign in to comment.