Skip to content

Commit

Permalink
fix: __IS_FIRST_TIME issue
Browse files Browse the repository at this point in the history
  • Loading branch information
utkarsh-dixit committed Apr 1, 2024
1 parent 153bec1 commit 3378da7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/composio/sdk/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ class ComposioCore:
framework: FrameworkEnum = None

def __init__(self, base_url = "https://backend.composio.dev/api", manage_auth = True, framework: FrameworkEnum = None):
global __IS_FIRST_TIME__

self.base_url = base_url
self.manage_auth = manage_auth
self.http_client = requests.Session()
Expand Down

0 comments on commit 3378da7

Please sign in to comment.