Skip to content

Commit

Permalink
fix func
Browse files Browse the repository at this point in the history
  • Loading branch information
wh1te909 committed Jan 26, 2024
1 parent 18b270c commit 6bcf64c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/tacticalrmm/tacticalrmm/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ def reload_nats() -> None:
)

cert_file, key_file = get_certs()
nats_std_host, nats_ws_host = get_nats_hosts()
nats_std_host, nats_ws_host, _ = get_nats_hosts()
nats_std_port, nats_ws_port = get_nats_ports()

config = {
Expand Down

0 comments on commit 6bcf64c

Please sign in to comment.