Merge branch 'canismarko:master' into master

This commit is contained in:
bw-mutley
2021-09-08 11:09:51 -03:00
committed by GitHub
8 changed files with 166 additions and 14 deletions
-1
View File
@@ -114,7 +114,6 @@ def create_random_tables_content(
) -> str:
template = jinja_env.get_template(f"random_tables_template.{suffix}")
return template.render(
conjure_animals=True,
tables=tables,
use_dnd_decorations=use_dnd_decorations,
)