lib/retrobot.rb in retrobot-0.3.4 vs lib/retrobot.rb in retrobot-0.3.5
- old
+ new
@@ -160,9 +160,10 @@
options
end
def main
init_configuration
+ logger.info "Starting retrobot-#{Retrobot::VERSION}"
exit 1 unless init_csv
exit 1 unless tweet_loop
end
private