mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-22 21:44:18 +02:00
undo unnecessary client change
This commit is contained in:
parent
5fd8ba1aa4
commit
d3f120a059
1 changed files with 1 additions and 1 deletions
|
|
@ -12,5 +12,5 @@ def get_client() -> Client:
|
|||
global _client
|
||||
if _client is None:
|
||||
_client = Client()
|
||||
_client.login(settings.atproto_handle, settings.atproto_password)
|
||||
_client.login(settings.atproto_handle, settings.atproto_password)
|
||||
return _client
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue