Skip to content

Commit 9155ede

Browse files
committed
qc
1 parent 1418a1c commit 9155ede

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/twitter/examples/test_twitter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# Using GAME Twitter API credentials
1919
options = {
2020
"credentials": {
21-
"gameTwitterAccessToken": "apx-a3a69f5bbb7aba5b595c3f14457ce4d1",
21+
"gameTwitterAccessToken": os.environ.get("GAME_TWITTER_ACCESS_TOKEN"),
2222
},
2323
}
2424

0 commit comments

Comments
 (0)