fix: Lint default plugins

This commit is contained in:
2025-09-02 15:58:55 +10:00
parent e7b787c30b
commit 86e174c337
4 changed files with 8 additions and 8 deletions

View File

@@ -382,7 +382,7 @@ def bid(params, authentication):
bid = float(params["bid"])
blind = float(params["blind"])
blind+=bid
except:
except ValueError:
return {
"status":"Invalid bid amount",
"transaction":None