Skip to content

Commit

Permalink
add fallback to config
Browse files Browse the repository at this point in the history
  • Loading branch information
T0biii authored May 20, 2024
1 parent cb555ce commit c3e7380
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions omada_respondd/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ def from_dict(cls, cfg: Dict[str, str]) -> "Config":
unicast_port=cfg["unicast_port"],
interface=cfg["interface"],
verbose=cfg["verbose"],
fallback_domain=cfg.get("fallback_domain", "omada_respondd_fallback"),
)


Expand Down

0 comments on commit c3e7380

Please sign in to comment.