Skip to content

Commit

Permalink
Update omada_client.py
Browse files Browse the repository at this point in the history
  • Loading branch information
T0biii authored May 20, 2024
1 parent 202d3a7 commit bda7230
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions omada_respondd/omada_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,9 +285,7 @@ def get_infos():
gateway6=offloader.get("gateway6", None),
gateway_nexthop=offloader_id,
neighbour_macs=neighbour_macs,
domain_code=offloader.get(
"domain", "ffmuc_omada_respondd_fallback"
),
domain_code=offloader.get("domain", cfg.fallback_domain),
# autoupdater=autoupgrade,
)
)
Expand Down

0 comments on commit bda7230

Please sign in to comment.