From 2c4a4ade7921e63fed6a3d16931ba07e3315e402 Mon Sep 17 00:00:00 2001 From: Kira Coder Gylling Date: Tue, 19 Mar 2019 13:51:45 +0100 Subject: [PATCH] Created using Colaboratory --- pyscbwrapper.ipynb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyscbwrapper.ipynb b/pyscbwrapper.ipynb index 7641233..d40c404 100644 --- a/pyscbwrapper.ipynb +++ b/pyscbwrapper.ipynb @@ -1837,11 +1837,11 @@ "metadata": { "id": "em20LRw07x7z", "colab_type": "code", + "outputId": "b7f6099a-6b24-48a0-bf04-ecaddf56f246", "colab": { "base_uri": "https://localhost:8080/", "height": 179 - }, - "outputId": "b7f6099a-6b24-48a0-bf04-ecaddf56f246" + } }, "cell_type": "code", "source": [ @@ -1891,12 +1891,12 @@ "\n", "url = \"http://api.scb.se/OV0104/v1/doris/sv/ssd/START/BE/BE0101/BE0101C/BefArealTathetKon\"\n", "\n", - "response = session.post(url, json = query)\n", + "response = session.post(url, json=query)\n", "response_json = json.loads(response.content.decode('utf-8-sig'))\n", "\n", "response_json" ], - "execution_count": 3, + "execution_count": 0, "outputs": [ { "output_type": "execute_result",