From cc047183baca054bf3526287e52c870b70a8463a Mon Sep 17 00:00:00 2001 From: none Date: Sun, 28 Jan 2024 10:36:03 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A2=D0=B5=D0=BF=D0=B5=D1=80=D1=8C=20=D0=BF?= =?UTF-8?q?=D1=80=D0=B0=D0=B2=D0=B8=D0=BB=D1=8C=D0=BD=D0=BE=20=D0=BE=D1=82?= =?UTF-8?q?=D0=BE=D0=B1=D1=80=D0=B0=D0=B6=D0=B0=D0=B5=D1=82=20=D0=BA=D0=BE?= =?UTF-8?q?=D0=BB=D0=B8=D1=87=D0=B5=D1=81=D1=82=D0=B2=D0=BE=20=D0=BD=D0=B0?= =?UTF-8?q?=20=D0=B2=D1=8B=D1=85=D0=BE=D0=B4=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- calc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calc.py b/calc.py index 50fa105..2e9c5a2 100644 --- a/calc.py +++ b/calc.py @@ -74,7 +74,7 @@ def calc(el, amount, main = False): if main: print('PART: ', part) - return [recipe, parts*part] + return [recipe, out*part] else: print('PART: ', part) return part*parts