mirror of
https://github.com/bistromath/gr-air-modes.git
synced 2026-03-03 07:44:01 +01:00
Layout and porting the SQL fix over from master.
This commit is contained in:
@@ -55,6 +55,7 @@ class output_sql(air_modes.parse):
|
||||
);"""
|
||||
c.execute(query)
|
||||
c.close()
|
||||
self.db.commit()
|
||||
#we close the db conn now to reopen it in the output() thread context.
|
||||
self.db.close()
|
||||
self.db = None
|
||||
|
||||
Reference in New Issue
Block a user