You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OWNED_PAGES_TOKENS = {
'jpryda': os.environ['MY_TOKEN'], # Token as an environmental variable: export MY_TOKEN = 'abc-my-token'
# 'MyPage1': 'my-hardcoded-token' # Hardcoded token
}
//TO execute do we have to write 'jpryda' in the 2nd line or something else?
The text was updated successfully, but these errors were encountered:
OWNED_PAGES_TOKENS = {
'jpryda': os.environ['MY_TOKEN'], # Token as an environmental variable: export MY_TOKEN = 'abc-my-token'
# 'MyPage1': 'my-hardcoded-token' # Hardcoded token
}
//TO execute do we have to write 'jpryda' in the 2nd line or something else?
The text was updated successfully, but these errors were encountered: