From d7412fd6eb9226d9feac173f2bffb94f7aa36321 Mon Sep 17 00:00:00 2001 From: UnitedAirforce Date: Sun, 11 May 2025 20:50:22 +0800 Subject: [PATCH] bug fix --- 7001.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/7001.py b/7001.py index 479a429..630f5c3 100644 --- a/7001.py +++ b/7001.py @@ -621,7 +621,7 @@ def bonus(): my_avatar = json.dumps(list(avatars)) # Update the table - cursor.execute("""UPDATE daily_reward SET timestamp = ?, day = ?, my_avatar = ?, my_stage = ? WHERE device_id = ?""", (formatted_time, current_day, json.dumps(my_avatar), json.dumps(my_stage), device_id)) + cursor.execute("""UPDATE daily_reward SET timestamp = ?, day = ?, my_avatar = ?, my_stage = ? WHERE device_id = ?""", (formatted_time, current_day, my_avatar, my_stage, device_id)) # return 0 obj xml_response = "0"