This website works better with JavaScript.
Home
Help
Register
Sign In
nilm
/
nilmdb
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
64
Wiki
Activity
Browse Source
Allow NilmDB.close to be called twice
tags/nilmdb-2.0.0
Jim Paris
3 years ago
parent
a1218fd20b
commit
c5c7f638e7
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
nilmdb/server/nilmdb.py
+ 1
- 0
nilmdb/server/nilmdb.py
View File
@@ -149,6 +149,7 @@ class NilmDB(object):
if self.con:
self.con.commit()
self.con.close()
self.con = None
self.data.close()
def _sql_schema_update(self):
Write
Preview
Loading…
Cancel
Save