跟MianWin的button 綁在一起
This commit is contained in:
parent
0e80fd18c4
commit
5ba7922c7c
@ -2,7 +2,7 @@ import requests
|
|||||||
import json
|
import json
|
||||||
from tkinter import *
|
from tkinter import *
|
||||||
from api.courseTable.courseTable import *
|
from api.courseTable.courseTable import *
|
||||||
|
def callTable():
|
||||||
url = 'https://raw.githubusercontent.com/snsd0805/NCNU_Course/master/%E6%AD%B7%E5%B9%B4%E8%AA%B2%E7%A8%8B%E8%B3%87%E6%96%99/1092_output.json'
|
url = 'https://raw.githubusercontent.com/snsd0805/NCNU_Course/master/%E6%AD%B7%E5%B9%B4%E8%AA%B2%E7%A8%8B%E8%B3%87%E6%96%99/1092_output.json'
|
||||||
response = requests.get(url)
|
response = requests.get(url)
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user