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() )