Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
eastein committed Aug 29, 2012
1 parent ab48929 commit 0fef944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chillmon
Expand Up @@ -37,5 +37,5 @@ if __name__ == '__main__' :
a2d.setup_channel(1, room)
beertop = mcp3008.TMP36(mcp3008.TMP36.F)
a2d.setup_channel(2, beertop)
chill = ChillmonBotThread(sys.argv[1], sys.argv[2], sys.argv[3], {'beer' : beer, 'room' : roomtemp, 'beertop' : beertop})
chill = ChillmonBotThread(sys.argv[1], sys.argv[2], sys.argv[3], {'beer' : beer, 'room' : room, 'beertop' : beertop})
chill.run()

0 comments on commit 0fef944

Please sign in to comment.