We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85a4d58 commit 36ba6e4Copy full SHA for 36ba6e4
crates/statpixel/src/main.rs
@@ -192,7 +192,7 @@ async fn main() {
192
.await
193
.unwrap();
194
195
- /*tokio::task::spawn({
+ tokio::task::spawn({
196
let http = Arc::clone(&client.http);
197
let data = data.clone();
198
@@ -229,7 +229,7 @@ async fn main() {
229
230
tokio::time::sleep(std::time::Duration::from_secs(60)).await;
231
}
232
- });*/
+ });
233
234
tokio::task::spawn(async move {
235
server::run(data).await;
0 commit comments