mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-07-18 06:06:06 -04:00
Fixed some things related to twishort's tweets
This commit is contained in:
@@ -51,5 +51,4 @@ def create_tweet(user_token, user_secret, text, media=0):
|
||||
"text": text.encode("utf-8"),
|
||||
"media": media}
|
||||
response = requests.post(url, data=data)
|
||||
# print response.json()
|
||||
return response.json()["text_to_tweet"]
|
Reference in New Issue
Block a user