aboutsummaryrefslogtreecommitdiff
path: root/bot
diff options
context:
space:
mode:
Diffstat (limited to 'bot')
-rw-r--r--bot/src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/src/main.rs b/bot/src/main.rs
index 2b85d802..9e242a0e 100644
--- a/bot/src/main.rs
+++ b/bot/src/main.rs
@@ -42,7 +42,7 @@ async fn main() -> anyhow::Result<()> {
let mut accounts = Vec::new();
let mut states = Vec::new();
- for i in 0..7 {
+ for i in 0..1 {
accounts.push(Account::offline(&format!("bot{}", i)));
states.push(State::default());
}