Skip to content

Commit 185173c

Browse files
committed
Fix usage
1 parent 7f3161a commit 185173c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

services/chatbot/src/mcpserver/server.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040

4141

4242
async def get_api_key():
43+
global API_KEY
4344
if API_KEY is None:
4445
login_body = {"username": API_USER, "password": API_PASSWORD}
4546
apikey_url = f"{API_URL}/identity/management/user/apikey"

0 commit comments

Comments
 (0)