Skip to content

Commit

Permalink
Update Untitled14.ipynb
Browse files Browse the repository at this point in the history
update set_app_id to set_app_key as it was deprecated
  • Loading branch information
rsamasiri authored Dec 2, 2021
1 parent a84236b commit 48c65e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Untitled14.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"from datetime import time\n",
"import warnings\n",
"warnings.filterwarnings(\"ignore\")\n",
"ek.set_app_id('YOUR APP ID HERE')"
"ek.set_app_key('YOUR APP KEY HERE')"
]
},
{
Expand Down

0 comments on commit 48c65e1

Please sign in to comment.