settings.py 391 B

123456789101112131415161718
  1. import time
  2. class settings:
  3. user_to_download = ""
  4. username = ""
  5. password = ""
  6. save_path = "/"
  7. ffmpeg_path = None
  8. show_cookie_expiry = "true"
  9. clear_temp_files = "false"
  10. current_time = str(int(time.time()))
  11. current_date = time.strftime("%Y%m%d")
  12. save_replays = "true"
  13. save_lives = "true"
  14. run_at_start = "None"
  15. run_at_finish = "None"
  16. save_comments = "true"
  17. log_to_file = "false"