From 792da57b5025b054cc746fec8926d9f4d18a01c0 Mon Sep 17 00:00:00 2001 From: Hui Lan Date: Sun, 29 Jan 2023 11:48:13 +0800 Subject: [PATCH] Remove empty line. --- app/account_service.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app/account_service.py b/app/account_service.py index cfab6e8..9b1c46b 100644 --- a/app/account_service.py +++ b/app/account_service.py @@ -27,7 +27,6 @@ def signup(): return str(warn) available = check_username_availability(username) - if not available: # 用户名不可用 flash('用户名 %s 已经被注册。' % (username)) return render_template('signup.html')