mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-04-18 00:08:54 +00:00
Emergency fix: stop youmu from deleting all accounts on ratelimited
This commit is contained in:
parent
e36c385f15
commit
bad6b83399
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ impl youmubot_prelude::Announcer for Announcer {
|
|||
"osu: Removing user {} [{}] due to 5 consecutive failures",
|
||||
k, v.id
|
||||
);
|
||||
db.remove(&k);
|
||||
// db.remove(&k);
|
||||
} else {
|
||||
db.insert(k, v);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue