Skip to content

Commit a4b04d5

Browse files
committed
Revert "update mac API keys."
This reverts commit 93f0c51.
1 parent 0bc8211 commit a4b04d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

twitter.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
API_KEY = "xyTlkymHxgbfjasI2OL0O2ssG"
2222
API_SECRET = "sLKYWCCZw5zX6xR2K04enB0TAQLTwCsCHuQIEhZT4KHhkCM6zW"
2323
elif platform.system() == "Darwin":
24-
API_KEY = "GhhTEHEe5Q5qCmUWXO4rS1THe"
25-
API_SECRET = "wmPlvf8BYPWvZt8I2UW5TGuBavidAJR5UAfSdIHvVvbyQA9rRg"
24+
API_KEY = "pCQOjY5bd1ifqve7WeTEhcm2Z"
25+
API_SECRET = "aKRqASlPQyWTigLmy1x4n16Kg5LCnidZK1eVRSVMIqPB56XtU7"
2626

2727
class twitter(object):
2828
def __init__(self,index):

0 commit comments

Comments
 (0)