Skip to content

Commit c9cc237

Browse files
committed
feat: change default value of showWarning to False
1 parent 01a2cd3 commit c9cc237

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
@@ -53,7 +53,7 @@ def __init__(
5353
token,
5454
production: bool = True,
5555
showInfo: bool = False,
56-
showWarning: bool = True,
56+
showWarning: bool = False,
5757
outPath: str | Path = "output",
5858
timeout: int = 60,
5959
):

0 commit comments

Comments
 (0)