Skip to content

Commit 67baa3d

Browse files
qwintJames McIntosh
authored andcommitted
Webhost: fix get_seeds api endpoint (ArchipelagoMW#4889)
1 parent eb8cec0 commit 67baa3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WebHostLib/api/user.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ def get_seeds():
2828
response.append({
2929
"seed_id": seed.id,
3030
"creation_time": seed.creation_time,
31-
"players": get_players(seed.slots),
31+
"players": get_players(seed),
3232
})
3333
return jsonify(response)

0 commit comments

Comments
 (0)