Fix a bug.

This commit is contained in:
Lost-MSth
2021-01-02 15:09:34 +08:00
parent f25bd4130e
commit 29a6cfaac1
3 changed files with 11 additions and 4 deletions

View File

@@ -206,7 +206,8 @@ clearedsongs_data text,
unlocklist_data text,
installid_data text,
devicemodelname_data text,
story_data text
story_data text,
createdAt int
);''')
c.execute('''create table if not exists present(present_id text primary key,
expire_ts int,