]> git.phdru.name Git - xsetbg.git/blobdiff - xsetbg_db.py
Fix VACUUM command
[xsetbg.git] / xsetbg_db.py
index 53e0e3cae7773a2716dacc2ea4c270f57c4f6f0a..35840cc842ba4c85a98ab32fbfdb7af1d5971816 100755 (executable)
@@ -49,7 +49,7 @@ class SQLiteMassInsert(object):
     def __exit__(self, *args, **kw):
         sqlhub.processConnection.commit()
         connection = sqlhub.processConnection = self.connection
-        connection.query("VACUUM %s" % xsetbg_db.sqlmeta.table)
+        connection.query("VACUUM")
 
 
 db_dirs = []