joaorb64 / TournamentStreamHelper

MIT License
102 stars 39 forks source link

Fix broken losers argument in set API due to incorrect conversion from string to bool #754

Closed sticks-stuff closed 2 months ago

sticks-stuff commented 2 months ago

bool('false') will always return True. Not the prettiest solution but it works