rust #10
@ -67,7 +67,7 @@ impl BfxBot {
|
||||
}
|
||||
}
|
||||
|
||||
async fn update<'a>(&'a mut self) {
|
||||
async fn update(&mut self) {
|
||||
delay_for(self.ticker.duration()).await;
|
||||
self.ticker.inc();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user