Now we're doing the work

This commit is contained in:
deadprogram 2013-10-20 14:51:01 -07:00
parent defa1cc91d
commit 9500b3b23a
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ module.exports = class Robot
start: ->
@startConnections()
@startDevices()
(@work)
(@work)()
initConnections = (connections) ->
console.log "Initializing connections..."