Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
energy
bmon
Commits
e4dd1ed0
Commit
e4dd1ed0
authored
Feb 05, 2015
by
Alan Mitchell
Browse files
Corrected database creation error.
parent
71b96b89
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
bmsapp/scripts/add_dummy_data.py
bmsapp/scripts/add_dummy_data.py
+1
-1
No files found.
bmsapp/scripts/add_dummy_data.py
View file @
e4dd1ed0
...
...
@@ -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
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment