chuni: remove semicolon

This commit is contained in:
Hay1tsme 2024-01-09 11:43:43 -05:00
parent 08c831ff8c
commit b0536e45ed
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 {