From b73413fa41715950957dd907ff50cbda488e7278 Mon Sep 17 00:00:00 2001 From: Thorvald Aagaard Date: Thu, 19 Dec 2024 14:02:10 +0100 Subject: [PATCH] PLatform fix --- src/bots.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bots.py b/src/bots.py index 3deca01b..41be0ac8 100644 --- a/src/bots.py +++ b/src/bots.py @@ -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":