-
hi , newb here in python trying to modif the def query so as to return with crab that has 81 mp def query(self, game: Game) -> dict[str, Any]: is this the right way to do it? currently returning no crabs that meets requirement. |
Beta Was this translation helpful? Give feedback.
Answered by
yigitest
May 3, 2022
Replies: 1 comment 7 replies
-
You could try lowering |
Beta Was this translation helpful? Give feedback.
7 replies
Answer selected by
MaroYqr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You could try lowering
USER_1_REINFORCEMENT_MAX_PRICE
value in the .env file.