zhoudanxie commited on
Commit
eed2268
·
1 Parent(s): f6b9b09

Set daily restart to factory reboot

Browse files
Files changed (1) hide show
  1. restart.py +1 -1
restart.py CHANGED
@@ -10,5 +10,5 @@ repo_id = "regulatorystudies/cra-window-rules"
10
  api = HfApi()
11
 
12
  #%% Restart
13
- api.restart_space(repo_id=repo_id)
14
  print("Daily restart completed.")
 
10
  api = HfApi()
11
 
12
  #%% Restart
13
+ api.restart_space(repo_id=repo_id, factory_reboot=True)
14
  print("Daily restart completed.")