Skip to content

Commit 5a27cba

Browse files
committed
Update url address
1 parent b160eba commit 5a27cba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

comcigan/async_school.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def trim(lis):
2929
return lis
3030

3131

32-
URL = "http://112.186.226.178:4082"
32+
URL = "http://222.106.100.23:4082"
3333

3434

3535
class CONSTANT:

comcigan/school.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def trim(lis):
2323
return lis
2424

2525

26-
URL = "http://112.186.226.178:4082"
26+
URL = "http://222.106.100.23:4082"
2727

2828
comci_resp = get(f"{URL}/st")
2929
comci_resp.encoding = "EUC-KR"

0 commit comments

Comments
 (0)