Skip to content

Commit

Permalink
fix tags in v0.0 (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
siyangqiu authored Feb 29, 2024
1 parent f864131 commit 205e81a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion agentops/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ def __init__(self, api_key: Optional[str] = None,

self._session = None
if not bypass_new_session:
self.start_session(tags)
self._tags = tags
self.start_session()
else:
self._worker = None
self._tags = tags
Expand Down

0 comments on commit 205e81a

Please sign in to comment.