Database prep

This commit is contained in:
angelblue05 2016-11-03 20:36:05 -05:00
commit df5d309dc5
2 changed files with 138 additions and 0 deletions

View file

@ -860,6 +860,7 @@ class LibrarySync(threading.Thread):
cursor.execute("CREATE TABLE IF NOT EXISTS version(idVersion TEXT)")
conn.commit()
cursor.close()
def run(self):