Skip to content

Commit 4763ed2

Browse files
committed
Change client url
1 parent 6278267 commit 4763ed2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aimon/decorators/detect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ def __init__(self, values_returned, api_key=None, config=None, async_mode=False,
164164
api_key = os.getenv('AIMON_API_KEY') if not api_key else api_key
165165
if api_key is None:
166166
raise ValueError("API key is None")
167-
self.client = Client(auth_header="Bearer {}".format(api_key), base_url='https://am-sdk-backend-staging-ser-6009-0c0ad782-m9xwngeb.onporter.run/')
167+
self.client = Client(auth_header="Bearer {}".format(api_key))
168168
self.config = config if config else self.DEFAULT_CONFIG
169169
self.values_returned = values_returned
170170
if self.values_returned is None or len(self.values_returned) == 0:

0 commit comments

Comments
 (0)