nio-blocks / twilio

Send text messages and make voice calls using Twilio
1 stars 1 forks source link

TwilioVoice fails to configure #22

Closed shadetree01010100 closed 6 years ago

shadetree01010100 commented 6 years ago

Traceback (most recent call last):
  File "c:\users\tom\appdata\local\programs\python\python36\lib\site-packages\nio\util\runner.py", line 79, in do_c
onfigure
    self.configure(context)
  File "C:\Users\Tom\nio\projects\nio3\blocks\twilio\voice_block.py", line 70, in configure
    self.configure_server(conf, Speak(self.endpoint(), self))
AttributeError: 'TwilioVoice' object has no attribute 'configure_server'```
shadetree01010100 commented 6 years ago

fixed in #23