Skip to content

Commit 36ba6e4

Browse files
committed
chore: uncomment update loops
1 parent 85a4d58 commit 36ba6e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/statpixel/src/main.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ async fn main() {
192192
.await
193193
.unwrap();
194194

195-
/*tokio::task::spawn({
195+
tokio::task::spawn({
196196
let http = Arc::clone(&client.http);
197197
let data = data.clone();
198198

@@ -229,7 +229,7 @@ async fn main() {
229229

230230
tokio::time::sleep(std::time::Duration::from_secs(60)).await;
231231
}
232-
});*/
232+
});
233233

234234
tokio::task::spawn(async move {
235235
server::run(data).await;

0 commit comments

Comments
 (0)