Skip to content

Commit

Permalink
Update config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DigiH committed Feb 8, 2024
1 parent a24f2df commit c7b60d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TheengsGateway/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def parse_args() -> argparse.Namespace:
"-Gp",
"--general_presence",
type=int,
help="Enable (1) or disable (0) general present/absent presence (default: 0)",
help="Enable (1) or disable (0) general present/absent presence when --discovery: 0 (default: 0)", # noqa: E501
)
parser.add_argument(
"-H",
Expand Down

0 comments on commit c7b60d1

Please sign in to comment.