data_export_9.py 105 B

1234
  1. def make_auth_header(account):
  2. return {"Authorization": "Bearer {0}".format(account.access_token)}