upgrade wakatime-cli to v7.0.2

This commit is contained in:
Alan Hamlett
2017-02-20 16:18:38 -08:00
parent 20a1965f13
commit 8cb1c557d9
171 changed files with 15256 additions and 1300 deletions

View File

@@ -34,7 +34,7 @@ class Queue(object):
return self.db_file
def connect(self):
conn = sqlite3.connect(self.get_db_file())
conn = sqlite3.connect(self.get_db_file(), isolation_level=None)
c = conn.cursor()
c.execute('''CREATE TABLE IF NOT EXISTS {0} (
entity text,