Commit cbc6a82e authored by Alan Mitchell's avatar Alan Mitchell
Browse files

Added feedback in script.

parent e4dd1ed0
......@@ -22,6 +22,7 @@ def run():
db = bmsapp.readingdb.bmsdata.BMSdata()
for b in range(BLDG_COUNT):
print 'Working on Building %03d' % b
for s in range(SENSOR_COUNT):
sensor_id = '%03d_%03d' % (b, s)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment