change generated text trimming fix 2

This commit is contained in:
Łukasz Jędyk 2022-02-01 11:16:57 +01:00
parent 7a2f9f832d
commit 895df4998e

View File

@ -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