run_yt.py 157 B

1234567
  1. import random
  2. import os
  3. profile_file = ['Profile 20', 'Profile 25']
  4. p = random.choice(profile_file)
  5. os.system('python yt_comment.py get --profile="'+p+'"')