From bdc90b42d0bcb691c6409792d0bb731ba41788f6 Mon Sep 17 00:00:00 2001 From: wadehusky Date: Tue, 30 Apr 2024 15:34:26 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D1=84=D1=83=D0=BD=D0=BA=D1=86=D0=B8=D0=B8?= =?UTF-8?q?=20load=5Frecipe()=20=D0=B2=20parse.py=20=D0=94=D0=BE=D0=B1?= =?UTF-8?q?=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8=D0=B5=20=D1=84=D1=83=D0=BD?= =?UTF-8?q?=D0=BA=D1=86=D0=B8=D0=B8=20get=5Fall()=20=D0=B4=D0=BB=D1=8F=20?= =?UTF-8?q?=D0=BA=D0=BB=D0=B0=D1=81=D1=81=D0=B0=20reag=5F=5F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- reworked/parse.py | 2 +- reworked/reag__.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/reworked/parse.py b/reworked/parse.py index f940c28..6b78da6 100644 --- a/reworked/parse.py +++ b/reworked/parse.py @@ -28,4 +28,4 @@ def load_recipe(yml = parse_yml()): for id, value in element["products"].items(): out = value recipes[product] = reag__(category=category, comps=comps, out=out) - return recipes \ No newline at end of file + return recipes diff --git a/reworked/reag__.py b/reworked/reag__.py index 9e74950..19e8419 100644 --- a/reworked/reag__.py +++ b/reworked/reag__.py @@ -8,3 +8,4 @@ class reag__: self.out = out def get_all(self): return [self.category, self.comps, self.out] +