Commit 8d495756 authored by 周振烽's avatar 周振烽
Browse files

v2.2.6 vvid迁移至models

1 merge request!13v2.2.6 vvid迁移至models
Pipeline #8420 passed with stages
in 1 minute and 13 seconds
......@@ -157,5 +157,5 @@ class User2VVid(CRUDMixin, db.Model):
@classmethod
def move_model(cls):
for vvid, data in UserCache.get_vvids_cache():
data.update({"vvid", vvid})
data.update({"vvid": vvid})
super().save_dict(data)
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment