Fix lint problems of comments.
This commit is contained in:
parent
d418ffe24e
commit
5d8ec0527c
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user