Skip to content

Commit 7339635

Browse files
committed
fixed typos
1 parent beeaa93 commit 7339635

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

fri/test.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ def getFilesList():
6868
response = requests.request("POST", url)
6969
print(response.text)
7070

71-
def openJupyterLa():
72-
url = "http://127.0.0.1:5000/openJupyterLab"
71+
def openJupyter():
72+
url = "http://127.0.0.1:5000/openJupyter"
7373
response = requests.request("POST", url)
7474
print(response.text)
7575

@@ -81,5 +81,5 @@ def openJupyterLa():
8181
# debug()
8282
# destroy()
8383
getFilesList()
84-
# openJupyterLa()
84+
# openJupyter()
8585

0 commit comments

Comments
 (0)