diff --git a/files/routes/admin.py b/files/routes/admin.py index 7eea2f270..2bc7f348c 100644 --- a/files/routes/admin.py +++ b/files/routes/admin.py @@ -504,7 +504,7 @@ def under_attack(v): user_id=v.id, ) g.db.add(ma) - return {"message": f"Under attack mode {enable_disable_str}!"} + return {"message": f"Under attack mode {enable_disable_str}d!"} @app.get("/admin/badge_grant") @admin_level_required(PERMS['USER_BADGES'])