Skip to content

Commit

Permalink
pybennu-probe: fix reply handler using default instead of the one def…
Browse files Browse the repository at this point in the history
…ined in pybennu-probe
  • Loading branch information
GhostofGoes committed Jul 3, 2024
1 parent ad983b1 commit b974454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pybennu/pybennu/executables/pybennu_probe.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def main():
endpoint = E.new_Endpoint()
E.Endpoint_str_set(endpoint, args.endpoint)
probe = client.Client(endpoint)
probe.handler = handler
probe.reply_handler = handler

msg = ""
if args.command == 'query':
Expand Down

0 comments on commit b974454

Please sign in to comment.