From d48c9e0ae73eb8a381e0dabc2031cbd88542a18b Mon Sep 17 00:00:00 2001 From: Kamforka Date: Mon, 2 Sep 2024 17:06:35 +0200 Subject: [PATCH] Convert unnecessary note in README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index ea8a81d..f16e53e 100644 --- a/README.md +++ b/README.md @@ -169,8 +169,7 @@ hive.alert.update( The code above updates the alert's title and adds a new tag to the alert in TheHive. -> [!NOTE] -> It's essential to understand that the `my_alert` object in your Python code will not automatically reflect these changes. `thehive4py` doesn't provide object relationship mapping features. To get the latest version of the alert after making modifications, you need to fetch it again: +It's essential to understand that the `my_alert` object in your Python code will not automatically reflect these changes. `thehive4py` doesn't provide object relationship mapping features. To get the latest version of the alert after making modifications, you need to fetch it again: ```python my_alert = hive.alert.get(alert_id=my_alert["_id"])