forked from Dniel97/artemis
chuni: remove semicolon
This commit is contained in:
parent
08c831ff8c
commit
b0536e45ed
@ -697,7 +697,7 @@ class ChuniProfileData(BaseData):
|
|||||||
)
|
)
|
||||||
return 0
|
return 0
|
||||||
|
|
||||||
total_play_count = 0;
|
total_play_count = 0
|
||||||
for row in playcount_sql:
|
for row in playcount_sql:
|
||||||
total_play_count += row[0]
|
total_play_count += row[0]
|
||||||
return {
|
return {
|
||||||
|
Loading…
Reference in New Issue
Block a user