Fix two small bugs

- Fix a bug that something of the finale challenge cannot be unlocked
- Fix a bug that the users' items will not be zero, which will disturb some purchase operations
This commit is contained in:
Lost-MSth
2022-08-03 15:44:46 +08:00
parent d852be8029
commit b38dbf1a55
4 changed files with 4 additions and 5 deletions

View File

@@ -1,8 +1,6 @@
from .error import NoData
from .song import Chart
from .item import ItemFactory
from .song import Chart
class CourseChart(Chart):