Skip to content

Commit 407e83e

Browse files
committed
feat: revert default value of showWarning to True
1 parent 2aa99e4 commit 407e83e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)