chuni: remove semicolon

This commit is contained in:
Hay1tsme 2024-01-09 11:48:28 -05:00
parent 4933ad72f2
commit 5c124a7d61
1 changed files with 1 additions and 1 deletions

View File

@ -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 {