From 5deaa5823e6ee4e7d14e423abc8af47cd8f7d3dc Mon Sep 17 00:00:00 2001 From: justuser31 Date: Sat, 4 May 2024 12:46:21 +0300 Subject: [PATCH] up --- reworked/parse.py | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/reworked/parse.py b/reworked/parse.py index f007151..581b0c9 100644 --- a/reworked/parse.py +++ b/reworked/parse.py @@ -57,17 +57,3 @@ def localize(recipes, locale): loc_recipes[element] = recipes[element] return loc_recipes - - - - -recipes = load_recipes() -locales = parse_ftl() - -recipes = localize(recipes, locales) - -from icecream import ic -ic.configureOutput(prefix='') -for i in recipes: - el = [i, recipes[i].comps] - ic(el)