TournamentStreamHelper
TournamentStreamHelper copied to clipboard
Fix broken losers argument in set API due to incorrect conversion from string to bool
bool('false')
will always return True
. Not the prettiest solution but it works