Skip to content

Commit

Permalink
add a return to update_server
Browse files Browse the repository at this point in the history
  • Loading branch information
zefanjajobse committed Nov 30, 2024
1 parent ce09624 commit dac1323
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions multialive/multialive.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,4 @@ async def update_server(mainDb, servers: list[str], group_id: str, empty_space:
del unused_seeders[0]

await update_seeding(mainDb, group_id, used_seeders)
return used_seeders, seeders

0 comments on commit dac1323

Please sign in to comment.