diff --git a/plan.py b/plan.py index 7e714c1..998d15b 100755 --- a/plan.py +++ b/plan.py @@ -61,7 +61,7 @@ if __name__ == '__main__': for name, rate in required_items.items(): print(name, rate, float(rate * 60)) - if rate * 60 > 450: + if rate * 60 > 780: print("Rate exceeds mk4 conveyer") def numberdict():