Update user agent header

e911_addr
Maria Bermudez 7 years ago
parent 0fbff17691
commit 96c9865446
  1. 2
      flowroutenumbersandmessaging/controllers/base_controller.py

@ -32,7 +32,7 @@ class BaseController(object):
http_call_back = None
global_headers = {
'user-agent': 'APIMATIC 2.0'
'user-agent': 'Flowroute SDK v3'
}
def __init__(self, client=None, call_back=None):

Loading…
Cancel
Save