We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5e54be commit dacc512Copy full SHA for dacc512
1 file changed
plugins/twitter/examples/test_twitter.py
@@ -18,7 +18,7 @@
18
# Using GAME Twitter API credentials
19
options = {
20
"credentials": {
21
- "gameTwitterAccessToken": "apx-a3a69f5bbb7aba5b595c3f14457ce4d1",
+ "gameTwitterAccessToken": os.environ.get("GAME_TWITTER_ACCESS_TOKEN"),
22
},
23
}
24
0 commit comments