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

Corrected database creation error.

parent 71b96b89
......@@ -19,7 +19,7 @@ vals = [random.random() for i in range(len(tstamps))]
def run():
try:
db = bmsapp.readingdb.bmsdata()
db = bmsapp.readingdb.bmsdata.BMSdata()
for b in range(BLDG_COUNT):
for s in range(SENSOR_COUNT):
......
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