Skip to content

Commit 13df8d3

Browse files
committed
#2828 address runner error
1 parent 6510ff7 commit 13df8d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

talkmap.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
},
4343
"outputs": [],
4444
"source": [
45-
"geocoder = Nominatim()\n",
45+
"geocoder = Nominatim(user_agent=\"academicpages.github.io\")\n",
4646
"location_dict = {}\n",
4747
"location = \"\"\n",
4848
"permalink = \"\"\n",

0 commit comments

Comments
 (0)