1
0
mirror of synced 2025-02-12 09:02:58 +01:00

Fix lint problems of comments.

This commit is contained in:
RinChanNOWWW 2022-02-16 10:44:28 +08:00 committed by Jennifer Taylor
parent d418ffe24e
commit 5d8ec0527c

View File

@ -1232,7 +1232,7 @@ class IIDXPendual(IIDXCourse, IIDXBase):
rankingcharts.append(mid) rankingcharts.append(mid)
root.add_child(Node.u16_array('monthly_mranking', rankingcharts)) root.add_child(Node.u16_array('monthly_mranking', rankingcharts))
root.add_child(Node.u16_array('total_mranking', rankingcharts)) root.add_child(Node.u16_array('total_mranking', rankingcharts))
##need to add in the top 20 rankings for month and total network # need to add in the top 20 rankings for month and total network
# TODO: Make these separate in the future # TODO: Make these separate in the future
return root return root