mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 23:55:58 -05:00
Removed logging, and make fire text only client.
This commit is contained in:
@@ -19,7 +19,6 @@ class FiretextClient(SmsClient):
|
||||
|
||||
def init_app(self, config, *args, **kwargs):
|
||||
super(SmsClient, self).__init__(*args, **kwargs)
|
||||
print(config.config)
|
||||
self.api_key = config.config.get('FIRETEXT_API_KEY')
|
||||
self.from_number = config.config.get('FIRETEXT_NUMBER')
|
||||
|
||||
@@ -32,8 +31,6 @@ class FiretextClient(SmsClient):
|
||||
"message": content
|
||||
}
|
||||
|
||||
print(data)
|
||||
|
||||
try:
|
||||
response = request(
|
||||
"POST",
|
||||
|
||||
Reference in New Issue
Block a user