Skip to content

Commit

Permalink
Removed key argument
Browse files Browse the repository at this point in the history
  • Loading branch information
Dozgulbas committed Aug 21, 2024
1 parent 541699d commit 0538725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mir_rest_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
def mir_startup(state: State):
"""MIR startup handler."""
state.mir = None
state.mir = MiR_Base(mir_ip=state.mir_host, mir_key=state.mir_key)
state.mir = MiR_Base(mir_ip=state.mir_host)
print("MIR Base online")


Expand Down

0 comments on commit 0538725

Please sign in to comment.