add TODOs
This commit is contained in:
parent
5db218e362
commit
4e16eef4e1
2 changed files with 3 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue