- import time
- class settings:
- username = ""
- password = ""
- save_path = "/"
- show_cookie_expiry = "true"
- clear_temp_files = "false"
- current_time = str(int(time.time()))
- current_date = time.strftime("%Y%m%d")
- save_replays = "true"
- run_at_start = ""
- run_at_finish = ""
|