From 2f659955728b941c62eba435005df9bb47691a55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Tue, 24 Apr 2018 09:12:51 +0200 Subject: [PATCH] chg: Remove useless timestamp cleanup --- docs/tutorial/PyMISP_tutorial.ipynb | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/tutorial/PyMISP_tutorial.ipynb b/docs/tutorial/PyMISP_tutorial.ipynb index dba45db..c426c3a 100644 --- a/docs/tutorial/PyMISP_tutorial.ipynb +++ b/docs/tutorial/PyMISP_tutorial.ipynb @@ -211,9 +211,6 @@ "## Convert it to a PyMISP Event\n", "event = MISPEvent()\n", "event.from_dict(**event_dict)\n", - "## Let MISP update the timestamp. Otherwise, MISP will compare the two timestamps \n", - "## (which are equals) and reject the the update\n", - "del event.timestamp\n", "\n", "## Add the attribute to the event\n", "event.add_attribute(**attribute)\n",