Skip to content

Commit 6a3e4d0

Browse files
committed
feat: revert default value of showWarning to True
1 parent 540ad4f commit 6a3e4d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/onc/onc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def __init__(
5656
token: str | None = None,
5757
production: bool = True,
5858
showInfo: bool = False,
59-
showWarning: bool = False,
59+
showWarning: bool = True,
6060
outPath: str | Path = "output",
6161
timeout: int = 60,
6262
):

0 commit comments

Comments
 (0)