Skip to content

Commit

Permalink
better Python code formatting template
Browse files Browse the repository at this point in the history
  • Loading branch information
burnout87 committed Sep 28, 2023
1 parent 6a58882 commit f3a9947
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cdci_data_analysis/flask_app/templates/matrix_message.text
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@ The ODA team.<br>
<br>
Python API code:
<br>
<pre>
<code class="language-python"><div style="background-color: lightgray;">{{ request.api_code }}</div></code>
</pre>
<pre><code class="language-python"><div style="background-color: lightgray;">{{ request.api_code }}</div></code></pre>

Note that this code contains your private token. Be careful how you share it!<br>
This token is short-lived, and will expire in {{ request.decoded_token.exp | humanize_future }}.<br>
Expand Down

0 comments on commit f3a9947

Please sign in to comment.