-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
!dev - threshold recycle items infinite loop #3279
Comments
This is a bug in recycle_items.py line 30: The greater than or equals check should actually be less than or equals; the way it is coded now causes it to skip recycling if any minimum space is defined. EDIT: actually, my bad, I misread the intention of this setting. |
New update has better inventory management |
starting the bot with threshold config
using 59f55fd
The text was updated successfully, but these errors were encountered: