Change log
This commit is contained in:
parent
1818dad600
commit
a4c02a062f
2 changed files with 3 additions and 2 deletions
|
@ -1427,8 +1427,8 @@ class Story(object):
|
||||||
self.registerVariable(var, msg)
|
self.registerVariable(var, msg)
|
||||||
|
|
||||||
|
|
||||||
self.logger.info(f'has variables: {self.variables}')
|
self.logger.debug(f'has variables: {self.variables}')
|
||||||
self.logger.info(f'has {len(self.strands)} strands: {self.strands}')
|
self.logger.debug(f'has {len(self.strands)} strands: {self.strands}')
|
||||||
# self.logger.info(f"Directions: {self.directionsPerMsg}")
|
# self.logger.info(f"Directions: {self.directionsPerMsg}")
|
||||||
self.calculateFinishesForStrands()
|
self.calculateFinishesForStrands()
|
||||||
|
|
||||||
|
|
|
@ -181,6 +181,7 @@ class MSVoiceFetcher(VoiceFetcher):
|
||||||
http_client.close()
|
http_client.close()
|
||||||
raise e
|
raise e
|
||||||
|
|
||||||
|
logger.debug(f"Fetched {text}")
|
||||||
http_client.close()
|
http_client.close()
|
||||||
|
|
||||||
if response.code != 200:
|
if response.code != 200:
|
||||||
|
|
Loading…
Reference in a new issue