Comment as public keyt

This commit is contained in:
Alek Petuskey 2024-07-31 14:42:36 -07:00
parent 230474376c
commit 855dc932a6

View File

@ -164,7 +164,7 @@ def _prepare_event(event: str, **kwargs) -> dict:
key: value for key in additional_keys if (value := kwargs.get(key)) is not None key: value for key in additional_keys if (value := kwargs.get(key)) is not None
} }
return { return {
"api_key": "phc_JoMo0fOyi0GQAooY3UyO9k0hebGkMyFJrrCw1Gt5SGb", "api_key": "phc_JoMo0fOyi0GQAooY3UyO9k0hebGkMyFJrrCw1Gt5SGb", # Public API key
"event": event, "event": event,
"properties": { "properties": {
"distinct_id": installation_id, "distinct_id": installation_id,