Commit
·
92b5e51
1
Parent(s):
2a16829
Update Objects.py
Browse files- Objects.py +1 -1
Objects.py
CHANGED
|
@@ -46,7 +46,7 @@ existing_checkbox = oracle_form.checkbox("Check this if you want to put the data
|
|
| 46 |
|
| 47 |
|
| 48 |
oracle_submitted = oracle_form.form_submit_button("Generate API Key")
|
| 49 |
-
oracle_form.write("After the API Key is generated, go to the same screen as where you got your user_ocid from. Scroll down to the bottom left and look for the API Key section under the Resources tab . Click on this, and then click the Add API Key button. Click on the Paste Public Key option. Copy and Paste the Generated API Key
|
| 50 |
|
| 51 |
|
| 52 |
|
|
|
|
| 46 |
|
| 47 |
|
| 48 |
oracle_submitted = oracle_form.form_submit_button("Generate API Key")
|
| 49 |
+
oracle_form.write("After the API Key is generated, go to the same screen as where you got your user_ocid from. Scroll down to the bottom left and look for the API Key section under the Resources tab . Click on this, and then click the Add API Key button. Click on the Paste Public Key option. Copy and Paste the Generated API Key")
|
| 50 |
|
| 51 |
|
| 52 |
|