mirror of
https://gitea.tendokyu.moe/Hay1tsme/artemis.git
synced 2026-02-12 10:47:28 +08:00
chuni: remove semicolon
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user