Fix: bug without a tab

This commit is contained in:
aclgh 2025-01-18 02:35:44 +08:00
parent de01fd9d08
commit 577df92c17

View File

@ -120,7 +120,7 @@ def bonus_list_gen(userId):
"isComplete": False
})
bonus_list.append(data)
return bonus_list
return bonus_list
app = Flask(__name__)
app.json.sort_keys = False