We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb8cec0 commit 67baa3dCopy full SHA for 67baa3d
WebHostLib/api/user.py
@@ -28,6 +28,6 @@ def get_seeds():
28
response.append({
29
"seed_id": seed.id,
30
"creation_time": seed.creation_time,
31
- "players": get_players(seed.slots),
+ "players": get_players(seed),
32
})
33
return jsonify(response)
0 commit comments