cleaned up config and code for a pull request

This commit is contained in:
Brett O'Connor
2015-08-01 08:34:22 -06:00
parent 7a8a666576
commit ba8d322039
2 changed files with 5 additions and 6 deletions

View File

@@ -249,7 +249,6 @@ class BoodooBot
log "Loading model #{model_path}"
@model = Ebooks::Model.load(model_path)
end
end
BoodooBot.new(SETTINGS['BOT_NAME']) do |bot|