1
0

finish add/update event page

This commit is contained in:
2021-02-09 17:10:05 +08:00
parent d3d7731aff
commit ae470e2638
11 changed files with 347 additions and 90 deletions

View File

@@ -228,7 +228,7 @@ class CalendarDatabase(object):
# get prev data
self.cursor.execute('SELECT * FROM calendar WHERE [ccn_uuid] = ? AND [ccn_lastChange] = ?;', (uuid, lastChange))
analyseData = self.cursor.fetchone()
analyseData = list(self.cursor.fetchone())
# construct update data
lastupdate = utils.GenerateUUID()