From 12fd663eb7c2e7a85269eeac665d7adbaab0bf4e Mon Sep 17 00:00:00 2001 From: Kevin Trocolli Date: Sun, 19 Mar 2023 23:29:57 -0400 Subject: [PATCH] wacca: fix songs locking after playing them after unlcoked them with an ex unlock ticket, fixes #12 --- titles/wacca/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/titles/wacca/base.py b/titles/wacca/base.py index 275f380..020c167 100644 --- a/titles/wacca/base.py +++ b/titles/wacca/base.py @@ -836,7 +836,7 @@ class WaccaBase: resp.songDetail.grades = SongDetailGradeCountsV2(counts=grades) else: resp.songDetail.grades = SongDetailGradeCountsV1(counts=grades) - + resp.songDetail.lock_state = 1 return resp.make() # TODO: Coop and vs data