Skip to content

Commit ad8cadc

Browse files
committed
fix: enabvle interactive login by default.
1 parent 2582b01 commit ad8cadc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sumo/wrapper/sumo_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def __init__(
3333
self,
3434
env: str,
3535
token: Optional[str] = None,
36-
interactive: bool = False,
36+
interactive: bool = True,
3737
devicecode: bool = False,
3838
verbosity: str = "CRITICAL",
3939
retry_strategy=RetryStrategy(),

0 commit comments

Comments
 (0)