Skip to content

Commit

Permalink
Created using Colaboratory
Browse files Browse the repository at this point in the history
  • Loading branch information
kirajcg committed Mar 19, 2019
1 parent 054b8d5 commit 2c4a4ad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyscbwrapper.ipynb
Expand Up @@ -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": [
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 2c4a4ad

Please sign in to comment.