Skip to content

Commit

Permalink
Update server.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Smartappli authored May 25, 2024
1 parent 7c9bb13 commit e1b2b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fl_server/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def launch_node():
reset=True,
)
root_domain_humani_client = node_humani.login(
email="[email protected]", password="changethis"
email="[email protected]", password="changethis",
)
root_domain_humani_client.register(
name="Jane Doe",
Expand Down

0 comments on commit e1b2b0e

Please sign in to comment.