Emergency fix: stop youmu from deleting all accounts on ratelimited

This commit is contained in:
Natsu Kagami 2021-03-31 00:26:12 +09:00
parent e36c385f15
commit bad6b83399
Signed by: nki
GPG key ID: 7306B3D3C3AD6E51

View file

@ -109,7 +109,7 @@ impl youmubot_prelude::Announcer for Announcer {
"osu: Removing user {} [{}] due to 5 consecutive failures", "osu: Removing user {} [{}] due to 5 consecutive failures",
k, v.id k, v.id
); );
db.remove(&k); // db.remove(&k);
} else { } else {
db.insert(k, v); db.insert(k, v);
} }