AnalogCyan / itadakimasu

Consider removing the commented out code block PY-W0069
Anti-pattern
Major
5 months agoa year old
Consider removing the commented out code block
142        return {"url": f"/recipe/{ingredients}"}
143    markdown_content = generate(ingredients).encode("utf-8")
144    html_content = markdown2.markdown(markdown_content)
145    # unique_id = str(uuid.uuid4())146    unique_id = ingredients
147    save_output(html_content, unique_id)
148    return {"url": f"/recipe/{unique_id}"}