Skip to content

Commit

Permalink
Replacing incorrect password in replace_profiles script
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidJVitale committed Jul 22, 2019
1 parent 5a7650c commit 9e48e24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/tools/replace_profiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
profile_mappings = \
{'your_enterprise_profile': "url='https://pythonapi.playground.esri.com/portal', "\
"username='arcgis_python', "\
"password='amazing_arcgis123'",
"password='amazing_arcgis_123'",
'your_online_profile': "url='https://arcgis.com/', "\
"username='arcgis_python', "\
"password='P@ssword123'" }
Expand Down

0 comments on commit 9e48e24

Please sign in to comment.