Commit a9d120c1 authored by 周振烽's avatar 周振烽
Browse files

Merge branch 'v2.0' into 'master'

v2.2.5 vvid迁移至models

See merge request !12
1 merge request!12v2.2.5 vvid迁移至models
Pipeline #8419 passed with stages
in 1 minute and 12 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