Change log

This commit is contained in:
Ruben van de Ven 2019-11-13 17:58:57 +01:00
parent 1818dad600
commit a4c02a062f
2 changed files with 3 additions and 2 deletions

View File

@ -1427,8 +1427,8 @@ class Story(object):
self.registerVariable(var, msg)
self.logger.info(f'has variables: {self.variables}')
self.logger.info(f'has {len(self.strands)} strands: {self.strands}')
self.logger.debug(f'has variables: {self.variables}')
self.logger.debug(f'has {len(self.strands)} strands: {self.strands}')
# self.logger.info(f"Directions: {self.directionsPerMsg}")
self.calculateFinishesForStrands()

View File

@ -181,6 +181,7 @@ class MSVoiceFetcher(VoiceFetcher):
http_client.close()
raise e
logger.debug(f"Fetched {text}")
http_client.close()
if response.code != 200: