diff --git a/chatter/chat.py b/chatter/chat.py index fe50588..d999d94 100644 --- a/chatter/chat.py +++ b/chatter/chat.py @@ -180,7 +180,7 @@ class Chatter(Cog): async def _train_movies(self): trainer = MovieTrainer(self.chatbot, cog_data_path(self)) - await trainer.asynctrain() + return await trainer.asynctrain() async def _train_ubuntu2(self, intensity): train_kwarg = {}