chuni: remove semicolon
parent
4933ad72f2
commit
5c124a7d61
|
@ -697,7 +697,7 @@ class ChuniProfileData(BaseData):
|
|||
)
|
||||
return 0
|
||||
|
||||
total_play_count = 0;
|
||||
total_play_count = 0
|
||||
for row in playcount_sql:
|
||||
total_play_count += row[0]
|
||||
return {
|
||||
|
|
Loading…
Reference in New Issue