Skip to content

Commit

Permalink
bot functions secret fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vvseva committed Dec 15, 2021
1 parent 3e92209 commit eba27f6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions bot/weather.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@
"import json\n",
"import urllib3\n",
"import spacy\n",
"import numpy as np\n",
"import pandas as pd\n",
"from secret import *\n",
"\n",
"from datetime import date\n",
"from datetime import datetime\n",
Expand All @@ -67,8 +66,6 @@
"execution_count": 4,
"outputs": [],
"source": [
"map_key = 'ze0sA2AronedAPmRSoMVsPfEs7giUS1f'\n",
"weather_key = '6083094dbeb8645db38c5f19206b50d0'\n",
"http = urllib3.PoolManager()"
],
"metadata": {
Expand Down

0 comments on commit eba27f6

Please sign in to comment.