1
0
Fork 0

Remove empty line.

Bug490-ChenQiuwei
Hui Lan 2023-01-29 11:48:13 +08:00
parent 1f30d6f8fb
commit 792da57b50
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@ def signup():
return str(warn) return str(warn)
available = check_username_availability(username) available = check_username_availability(username)
if not available: # 用户名不可用 if not available: # 用户名不可用
flash('用户名 %s 已经被注册。' % (username)) flash('用户名 %s 已经被注册。' % (username))
return render_template('signup.html') return render_template('signup.html')