From 7e1ac043213dd29b00e381f031a42755d6011a88 Mon Sep 17 00:00:00 2001 From: Aaron Lee Date: Fri, 1 Oct 2021 23:10:07 +0800 Subject: [PATCH] Indention error --- app.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app.py b/app.py index d0efc93..a56ec49 100644 --- a/app.py +++ b/app.py @@ -72,10 +72,10 @@ def index(): 'reCAPTCHA 錯誤,請稍後再試一次
reCAPTCHA Failed. Please try again later.') return redirect('/') except Exception as e: - print("Error:", email, str(e), flush=True) - flash( + print("Error:", email, str(e), flush=True) + flash( '帳號或密碼錯誤,請重新輸入
Incorrect username or password') - return redirect('/') + return redirect('/') else: return redirect('/manage')