Commit db on init to ensure file exists when KML goes looking for it

This commit is contained in:
Nick Foster
2012-07-18 16:27:24 -07:00
parent b3457e4865
commit 07c6c051bd

View File

@@ -54,6 +54,7 @@ class modes_output_sql(modes_parse.modes_parse):
);"""
c.execute(query)
c.close()
self.db.commit()
def __del__(self):
self.db.close()