Skip to content

Commit 82bcfe5

Browse files
committed
UPDATE README
1 parent 7eb97c6 commit 82bcfe5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ mcsm.login("username", "password")
6161
mcsm.login_with_apikey("apikey")
6262

6363
# Get dashboard data
64-
overview = mcsm.overview()
64+
overview = mcsm.overview
6565
overview_data = overview.overview()
6666

6767
# Get MCSM version

README_zh-cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ mcsm.login("username", "password")
6161
mcsm.login_with_apikey("apikey")
6262

6363
# 获取仪表盘数据
64-
overview = mcsm.overview()
64+
overview = mcsm.overview
6565
overview_data = overview.overview()
6666

6767
# 获取 MCSM 版本

0 commit comments

Comments
 (0)