k-mktr commited on
Commit
276d365
1 Parent(s): d34fb6c

Update leaderboard.py

Browse files
Files changed (1) hide show
  1. leaderboard.py +1 -1
leaderboard.py CHANGED
@@ -342,7 +342,7 @@ def create_backup():
342
  print(f"Backup created on Nextcloud: {backup_path}")
343
  except Exception as e:
344
  print(f"Error creating backup: {e}")
345
- time.sleep(3600) # Sleep for 1 HOUR
346
 
347
  def start_backup_thread():
348
  backup_thread = threading.Thread(target=create_backup, daemon=True)
 
342
  print(f"Backup created on Nextcloud: {backup_path}")
343
  except Exception as e:
344
  print(f"Error creating backup: {e}")
345
+ time.sleep(43200) # Sleep for 12 HOURS
346
 
347
  def start_backup_thread():
348
  backup_thread = threading.Thread(target=create_backup, daemon=True)