This website works better with JavaScript
Home
Explore
Help
Sign In
LiuFan
/
GnnForPrivacyScan
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
971fb1aaa0
Branches
Tags
master
GnnForPrivac...
/
data
/
purposeSplit
/
Share
/
data_export_9.py
data_export_9.py
105 B
History
Raw
1
2
3
4
def make_auth_header(account):
return {"Authorization": "Bearer {0}".format(account.access_token)}