From b53b5ed4c34853d8e3f86a07502bd31e58f03ce8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=B0=8F=E9=A3=9E?= <2624970078@qq.com> Date: Tue, 22 Jun 2021 12:35:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9main.py,=E4=BD=BF=E5=BE=97?= =?UTF-8?q?=E4=B8=BB=E9=A1=B5=E6=98=BE=E7=A4=BAEnglish=20Pal=20-(SPM-Sprin?= =?UTF-8?q?g2021-2599-=E5=BC=A0=E5=B0=8F=E9=A3=9E201831990641)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main.py b/app/main.py index 72cfd6e..11edeb3 100644 --- a/app/main.py +++ b/app/main.py @@ -228,7 +228,7 @@ def mainpage(): ''' - page += '

English Pal(SPM-Spring2021-2599-张小飞201831990641) - Learn English in a smart way!

' + page += '

English Pal -(SPM-Spring2021-2599-张小飞201831990641) Learn English in a smart way!

' if session.get('logged_in'): page += ' %s

\n' % (session['username'], session['username']) else: