Skip to content

Commit

Permalink
disable scores update for now
Browse files Browse the repository at this point in the history
  • Loading branch information
juliuskreutz committed Dec 17, 2024
1 parent 2aee8d3 commit fd846ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ async fn main() -> anyhow::Result<()> {
update::dimbreath::zzz::spawn(pool.clone()).await;
update::dimbreath::gi::spawn(pool.clone()).await;
update::star_rail_res::spawn().await;
update::scores::spawn(pool.clone()).await;
//update::scores::spawn(pool.clone()).await;
update::warps_stats::spawn(pool.clone()).await;
update::signals_stats::spawn(pool.clone()).await;
update::wishes_stats::spawn(pool.clone()).await;
Expand Down

0 comments on commit fd846ec

Please sign in to comment.