Skip to content

Commit

Permalink
Update sports.py (#10)
Browse files Browse the repository at this point in the history
domain name changed
  • Loading branch information
BenderBlog authored Sep 19, 2023
1 parent 5217ab6 commit 6eb0ac4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RSBBSSession | <http://rsbbs.xidian.edu.cn> | 睿思论坛(外网)
WXSession | |
XKSession | <https://xk.xidian.edu.cn> | 选课系统
ZFWSession | <https://zfw.xidian.edu.cn> | 校园网流量购买/查询
SportsSession | <http://xd.5itsn.com> | 体适能查询
SportsSession | <http://tybjxgl.xidian.edu.cn/wbh/> | 体适能查询

## 声明

Expand Down
2 changes: 1 addition & 1 deletion libxduauth/sites/sports.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


class SportsSession(Session):
BASE_URL = 'http://xd.5itsn.com//app/'
BASE_URL = 'http://tybjxgl.xidian.edu.cn/app/'

__RSA_PUBLIC_KEY = """-----BEGIN PUBLIC KEY-----
MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAq4laolA7zAk7jzsqDb3O
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="libxduauth",
version="1.7.5",
version="1.7.6",
author="Frank",
author_email="[email protected]",
description="login utilities for XDU",
Expand Down

0 comments on commit 6eb0ac4

Please sign in to comment.