예제 #1
0
def base_auth_headers():
    return dict({"Authorization": "Bearer {0}".format(BH_AUTH())},
                **base_headers)
예제 #2
0
def base_auth_headers():
    return dict({'Authorization': 'Bearer {0}'.format(BH_AUTH())},
                **base_headers)