FAForever / FAForever/faftools
Error while calling ApiClient.get()
未关闭
bug
- 主要语言
- Python
- 星标
- 1
- 派生
- 8
- PR 合并指标
- 30 天内没有已合并 PR
描述
minimal working example :
`import faf.api.client`
`api = faf.api.client.ApiClient()`
`api.get("/maps")`
The log complains about a list not having a get method here: https://github.com/FAForever/faftools/blob/develop/faf/api/client/client_base.py#L37
when downloading http://api.faforever.com/maps manually you can see that `first` would be a list in this case ( similar stuff happens for .../mods)
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。