Advertisement
Guest User

Untitled

a guest
Oct 9th, 2015
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. if random.randint(0, 99) < chance or args.test:
  2. # only if chance is met
  3.  
  4. create_tweet(log_file, source_folder, dont_tweet_file,
  5. allow_repeat_after, api)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement