Skip to content

Commit

Permalink
PLatform fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ThorvaldAagaard committed Dec 19, 2024
1 parent f973c7f commit b73413f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bots.py
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ def bid(self, auction):


if self.verbose:
print(f"{Fore.LIGHTCYAN_EX}{candidates[0].bid} selected by {who} {"and sampling" if sample_count > 0 else ""}{Fore.RESET}")
print(f"{Fore.LIGHTCYAN_EX}{candidates[0].bid} selected by {who} {'and sampling' if sample_count > 0 else ''}{Fore.RESET}")

if self.evaluate_rescue_bid(auction, passout, samples, candidates[0], quality, self.my_bid_no) and not candidates[0].who == "BBA":

Expand Down

0 comments on commit b73413f

Please sign in to comment.