settings.py 451 B

12345678910111213141516171819
  1. import time
  2. class settings:
  3. username = ""
  4. password = ""
  5. save_path = "/"
  6. show_cookie_expiry = "true"
  7. clear_temp_files = "false"
  8. current_time = str(int(time.time()))
  9. current_date = time.strftime("%Y%m%d")
  10. save_replays = "true"
  11. run_at_start = "None"
  12. run_at_finish = "None"
  13. save_comments = "true"
  14. ftp_host = "ftp.cluster020.hosting.ovh.net"
  15. ftp_save_path = "/"
  16. ftp_username = "milliemelp"
  17. ftp_password = "xXkzcdV9SMZU"
  18. ftp_enabled = False