From 5c124a7d616ec4dcb8392cc55b88c137768ca5f2 Mon Sep 17 00:00:00 2001 From: Hay1tsme Date: Tue, 9 Jan 2024 11:48:28 -0500 Subject: [PATCH] chuni: remove semicolon --- titles/chuni/schema/profile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/titles/chuni/schema/profile.py b/titles/chuni/schema/profile.py index ea70583..43b5641 100644 --- a/titles/chuni/schema/profile.py +++ b/titles/chuni/schema/profile.py @@ -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 {