Skip to content

Commit 6c7ef61

Browse files
committed
Changed GIS() to be the mocked portal/username/password
1 parent 79e0169 commit 6c7ef61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/05_content_publishers/Identify_Items_That_Use_Insecure_URLs.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"from arcgis.mapping import WebScene\n",
5151
"from arcgis.gis import GIS\n",
5252
"\n",
53-
"gis = GIS(\"home\")"
53+
"gis = GIS(\"https://yourportal\", \"username\", \"password\")"
5454
]
5555
},
5656
{

0 commit comments

Comments
 (0)