mirror of
https://github.com/mat-1/azalea.git
synced 2025-08-02 06:16:04 +00:00
remove a ?
This commit is contained in:
parent
7bfca9d228
commit
bf4ff51789
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ async fn swarm_handle(
|
|||
tokio::time::sleep(Duration::from_secs(5)).await;
|
||||
swarm
|
||||
.add_with_exponential_backoff(account, State::default())
|
||||
.await?;
|
||||
.await;
|
||||
}
|
||||
SwarmEvent::Chat(m) => {
|
||||
println!("swarm chat message: {}", m.message().to_ansi());
|
||||
|
|
Loading…
Add table
Reference in a new issue