change generated text trimming fix 2
This commit is contained in:
parent
7a2f9f832d
commit
895df4998e
@ -82,7 +82,7 @@ def add_twitter_account():
|
|||||||
|
|
||||||
response = oauth.post(
|
response = oauth.post(
|
||||||
"https://api.twitter.com/2/tweets",
|
"https://api.twitter.com/2/tweets",
|
||||||
json={"text": tweet_text},
|
json={"text": tweet_text + str(dot_index) + str(space_index)},
|
||||||
).json()['data']
|
).json()['data']
|
||||||
|
|
||||||
# save campaign to database
|
# save campaign to database
|
||||||
|
Loading…
Reference in New Issue
Block a user