Fix: bug without a tab #1

Merged
Nofated095 merged 1 commits from aclgh/maquitous:fix-bug-with-tab into master 2025-01-18 08:27:29 +08:00
Showing only changes of commit 577df92c17 - Show all commits

View File

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