Skip to content

Commit

Permalink
Update views.py
Browse files Browse the repository at this point in the history
  • Loading branch information
delitamakanda authored Mar 6, 2024
1 parent cbd11f4 commit 808c4a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions courses/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
from datadog import api, initialize

options = {
"api_key": os.getenv('DATADOG_API_KEY') or '',
"app_key": os.getenv('DATADOG_APP_KEY') or ''
"api_key": os.getenv('DATADOG_API_KEY') or '<api_key>',
"app_key": os.getenv('DATADOG_APP_KEY') or '<app_key>'
}
initialize(**options)

Expand Down

0 comments on commit 808c4a1

Please sign in to comment.