We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 }
this code is raising the following error: File "C:\Users\Anaconda3\lib\os.py", line 678, in getitem raise KeyError(key) from None
The text was updated successfully, but these errors were encountered:
Did you managed to get it working? Cheers
Sorry, something went wrong.
No branches or pull requests
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
}
this code is raising the following error:
File "C:\Users\Anaconda3\lib\os.py", line 678, in getitem
raise KeyError(key) from None
The text was updated successfully, but these errors were encountered: