Skip to content

Commit

Permalink
Add more logging
Browse files Browse the repository at this point in the history
  • Loading branch information
gunthercox committed Jan 26, 2018
1 parent 56074cd commit 328e65e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ def handle(self, *args, **options):
else:
style = self.style.NOTICE

self.stdout.write(style('Starting training...'))
training_class = chatterbot.trainer.__class__.__name__
self.stdout.write(style('ChatterBot trained using "%s"' % training_class))

0 comments on commit 328e65e

Please sign in to comment.