Skip to content

Commit 9e48e24

Browse files
committed
Replacing incorrect password in replace_profiles script
1 parent 5a7650c commit 9e48e24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/tools/replace_profiles.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
profile_mappings = \
1010
{'your_enterprise_profile': "url='https://pythonapi.playground.esri.com/portal', "\
1111
"username='arcgis_python', "\
12-
"password='amazing_arcgis123'",
12+
"password='amazing_arcgis_123'",
1313
'your_online_profile': "url='https://arcgis.com/', "\
1414
"username='arcgis_python', "\
1515
"password='P@ssword123'" }

0 commit comments

Comments
 (0)