Save session data when migrating from JSON

This commit is contained in:
Birger Jarl 2018-01-30 00:50:31 +03:00 committed by GitHub
parent 7286f77008
commit 6e07cc9771
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -159,6 +159,7 @@ class Session:
'insert or replace into entities values (?,?,?,?,?)',
entities
)
self._update_session_table()
c.close()
self.save()