Skip to content

Commit

Permalink
Update base_sample.py
Browse files Browse the repository at this point in the history
  • Loading branch information
FarmerChillax authored Oct 2, 2023
1 parent 782be88 commit ef6ae49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/base_sample.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from school_sdk import SchoolClient

# 实例化学校
Gdust = SchoolClient("172.16.254.1")
Gdust = SchoolClient("172.16.1.1")

# 实例化用户
user:UserClient = Gdust.user_login("account", "password")
Expand All @@ -25,4 +25,4 @@

# 获取个人信息
info = user.get_info()
print(info)
print(info)

0 comments on commit ef6ae49

Please sign in to comment.