Skip to content

Commit

Permalink
hotfix: remove email
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobdadams committed Sep 24, 2024
1 parent 83e4e1e commit a3f661d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dabs/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
AGOL_ORG = "https://utah.maps.arcgis.com"
SENDGRID_SETTINGS = { #: Settings for SendGridHandler
"from_address": "[email protected]",
"to_addresses": ["[email protected]", "[email protected]"],
"to_addresses": "[email protected]",
"prefix": f"{SKID_NAME} on {socket.gethostname()}: ",
}
LOG_LEVEL = logging.DEBUG
Expand Down

0 comments on commit a3f661d

Please sign in to comment.