forked from Hay1tsme/artemis
mai2: fix playlog saving
This commit is contained in:
parent
d89eb61e62
commit
9859ab4fdb
@ -213,7 +213,7 @@ class Mai2Base:
|
|||||||
if "userPlaylogList" in upsert and len(upsert["userPlaylogList"]) > 0:
|
if "userPlaylogList" in upsert and len(upsert["userPlaylogList"]) > 0:
|
||||||
for playlog in upsert["userPlaylogList"]:
|
for playlog in upsert["userPlaylogList"]:
|
||||||
self.data.score.put_playlog(
|
self.data.score.put_playlog(
|
||||||
user_id, playlog
|
user_id, playlog, False
|
||||||
)
|
)
|
||||||
|
|
||||||
if "userExtend" in upsert and len(upsert["userExtend"]) > 0:
|
if "userExtend" in upsert and len(upsert["userExtend"]) > 0:
|
||||||
|
Loading…
Reference in New Issue
Block a user