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