fix add campaign 2 random

This commit is contained in:
Łukasz Jędyk 2022-05-17 19:23:15 +02:00
parent 611f7a02d9
commit 9a4b84552b

View File

@ -70,7 +70,8 @@ def add_twitter_campaign():
# else:
# tweet_text = trimmed_text[:space_index + 1].capitalize()
tweet_text = "This is placeholder content generated by our application. Normal generation doesn't work."
random_part = str(uuid4().hex)
tweet_text = "This is placeholder content generated by our application. Normal generation doesn't work." + random_part
# create post on twitter
oauth = OAuth1Session(