mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-23 17:01:35 -05:00
Fixed up the get_notitication endpoint
- returns a notification
This commit is contained in:
@@ -22,8 +22,6 @@ class TwilioClient(SmsClient):
|
||||
config.config.get('TWILIO_ACCOUNT_SID'),
|
||||
config.config.get('TWILIO_AUTH_TOKEN'))
|
||||
self.from_number = config.config.get('TWILIO_NUMBER')
|
||||
print(config.config)
|
||||
|
||||
|
||||
def send_sms(self, notification, content):
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user