Skip to content

Commit 300f252

Browse files
authored
Merge pull request #1129 from parea-ai/fix-project-creation
Fix project name creation
2 parents a93f450 + 9abe9cd commit 300f252

File tree

3 files changed

+414
-707
lines changed

3 files changed

+414
-707
lines changed

parea/client.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ class Parea:
7575
def __attrs_post_init__(self):
7676
self._client.set_api_key(self.api_key)
7777
parea_logger.set_client(self._client)
78+
if not self._project:
79+
self._get_project_uuid()
7880

7981
if not self.api_key:
8082
logger.warning("No API key found. Parea client will not be able to send data to the Parea API.")

0 commit comments

Comments
 (0)