From 61866b2c2250f001c3a7470f5711f3e2169ec7d6 Mon Sep 17 00:00:00 2001 From: bobloy Date: Mon, 3 Aug 2020 14:46:47 -0400 Subject: [PATCH] Add TODO --- chatter/chat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chatter/chat.py b/chatter/chat.py index ec8e7b1..43c6ebe 100644 --- a/chatter/chat.py +++ b/chatter/chat.py @@ -143,7 +143,7 @@ class Chatter(Cog): total = len(data) # try: for c, convo in enumerate(data, 1): - if len(convo) > 1: + if len(convo) > 1: # TODO: Toggleable skipping short conversations print(f"{c} / {total}") trainer.train(convo) # except: