We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a93f450 + 9abe9cd commit 300f252Copy full SHA for 300f252
parea/client.py
@@ -75,6 +75,8 @@ class Parea:
75
def __attrs_post_init__(self):
76
self._client.set_api_key(self.api_key)
77
parea_logger.set_client(self._client)
78
+ if not self._project:
79
+ self._get_project_uuid()
80
81
if not self.api_key:
82
logger.warning("No API key found. Parea client will not be able to send data to the Parea API.")
0 commit comments