You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This check needs to be changed to allow the maximum number of levels for SELL side to reach the full size of the grid because it less than GRID_LEVELS, but to allow this change more code changes are needed.
This check needs to be changed to allow the maximum number of levels for SELL side to reach the full size of the grid because it less than GRID_LEVELS, but to allow this change more code changes are needed.
BlackBot/BlackBot.py
Line 37 in 8383887
This line has to be changed to grid = ["-"] * (GRID_LEVELS+1)
BlackBot/BlackBot.py
Line 123 in 8383887
This line has to be changed to for n in range(last_level + 1, GRID_LEVELS+1):
BlackBot/BlackBot.py
Line 166 in 8383887
The text was updated successfully, but these errors were encountered: