fix add campaign 2 random
This commit is contained in:
parent
611f7a02d9
commit
9a4b84552b
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user