App.py update

parent 59c6b58d
......@@ -31,7 +31,7 @@ def gerar_markdown():
pasta_atual = os.path.abspath(os.path.dirname(__file__))
pasta_pai = os.path.dirname(pasta_atual)
caminho_md = os.path.join(pasta_pai, 'banco.md')
caminho_md = os.path.join(pasta_pai, 'relatorio.md')
animais = Animal.query.all()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment