Skip to content

Commit

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

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

Expand Down

0 comments on commit 75e64e9

Please sign in to comment.