Skip to content

Commit

Permalink
[CoreEngine] remove the API key.
Browse files Browse the repository at this point in the history
  • Loading branch information
fedml-alex committed Jun 21, 2024
1 parent d7481be commit aa813a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/fedml/api/api_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
import fedml

# Login
fedml.set_env_version("local")
fedml.set_env_version("test")
fedml.set_local_on_premise_platform_port(18080)
error_code, error_msg = fedml.api.fedml_login(api_key="1316b93c82da40ce90113a2ed12f0b14")
error_code, error_msg = fedml.api.fedml_login(api_key="")
if error_code != 0:
print("API Key is invalid!")
exit(1)
Expand Down

0 comments on commit aa813a0

Please sign in to comment.