From ccc57de70f3dae25cb932bc59816dbee67a67843 Mon Sep 17 00:00:00 2001 From: onbpre Date: Wed, 20 Mar 2019 15:37:59 +0100 Subject: [PATCH] fix: import datetime was missing --- sample2.ipynb | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/sample2.ipynb b/sample2.ipynb index 9d3a932..ec71314 100644 --- a/sample2.ipynb +++ b/sample2.ipynb @@ -15,6 +15,7 @@ }, "outputs": [], "source": [ + "import datetime\n", "from webarchiv import WebarchivSession\n", "\n", "apikey = 'Zz2tQls7fuaocX2pjrfc2npojqbGwXL2'\n", @@ -30,7 +31,7 @@ }, { "cell_type": "code", - "execution_count": 17, + "execution_count": 2, "metadata": {}, "outputs": [], "source": [ @@ -72,14 +73,14 @@ }, { "cell_type": "code", - "execution_count": 19, + "execution_count": 3, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ - "2426\n" + "2473\n" ] } ], @@ -96,7 +97,7 @@ }, { "cell_type": "code", - "execution_count": 26, + "execution_count": 5, "metadata": { "collapsed": false }, @@ -116,6 +117,13 @@ "\n", "print (captureurl)" ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] } ], "metadata": { -- GitLab