cf362c2adf
The max_bot_traffic variable is extracted from a file which could
theoretically contain all zeros, causing division by zero. Added:
max_bot_traffic=${max_bot_traffic:-1}
This ensures the denominator is never zero while preserving the
intended logic when valid data exists.