add TODOs

This commit is contained in:
io 2021-08-17 05:55:47 +00:00
parent 5db218e362
commit 4e16eef4e1
2 changed files with 3 additions and 1 deletions

View file

@ -40,6 +40,7 @@ def make_sentence(cfg):
nlt = markovify.NewlineText if cfg['overlap_ratio_enabled'] else nlt_fixed
# TODO support replicating \n in output posts instead of squashing them together
model = nlt("\n".join(toot[0].replace('\n', ' ') for toot in toots))
db.close()