From fe8e5c1479eeff0e2b442974912ae4e9732a82f0 Mon Sep 17 00:00:00 2001 From: molaboon Date: Fri, 2 Jul 2021 22:46:32 +0800 Subject: [PATCH] =?UTF-8?q?Moodle=20=E6=9C=AA=E4=BE=86=E4=BA=8B=E4=BB=B6?= =?UTF-8?q?=E7=BE=8E=E8=A1=93=E5=84=AA=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Moodle.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Moodle.py b/Moodle.py index 65ce473..514e690 100644 --- a/Moodle.py +++ b/Moodle.py @@ -40,10 +40,10 @@ def createMoodleWin(): #=====Leftframe 1.button ->show UpComingEvent 2.choose courses======= def showUpComingEvent(): #叫出未來事件 - tmphtml='''''' + tmphtml+='''
{}
時間:{}

'''.format(e.get("name"),e.get("time") ) + #tmphtml+='''''' htmlLb.set_html(tmphtml) upComingEventBtn=Button(leftFrame,text="未來事件",font="Helvetica 10",command= lambda:showUpComingEvent() )