Пробелы на табы, мелкие поправки.

main
justuser31 6 months ago
parent bdc90b42d0
commit 0afa599408

@ -17,10 +17,10 @@ def parse_ftl(url = 'https://raw.githubusercontent.com/SerbiaStrong-220/space-st
locales[name] = locale
return locales
def load_recipe(yml = parse_yml()):
def load_recipes(url = 'https://raw.githubusercontent.com/SerbiaStrong-220/space-station-14/master/Resources/Prototypes/Recipes/Reactions/medicine.yml', category = '-'):
yml = parse_yml(url)
recipes = {}
for element in yml:
category = "medicine"
product = element["id"]
comps = {}
for elem in element["reactants"]:

Loading…
Cancel
Save