0

我正在使用 PUBG API 在 Python 中编程。我正在运行在 pubg-python 模块的 Github 上编写的程序,但出现以下错误。

源代码

player = api.players().get('account.3654e255b77b409e87b10dcb086ab00d')

for match in player.matches:

    match_data = api.matches().get(match.id)

错误消息“玩家”对象没有属性“匹配”

请告诉我原因。

https://github.com/ramonsaraiva/pubg-python

4

0 回答 0