We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2582b01 commit ad8cadcCopy full SHA for ad8cadc
1 file changed
src/sumo/wrapper/sumo_client.py
@@ -33,7 +33,7 @@ def __init__(
33
self,
34
env: str,
35
token: Optional[str] = None,
36
- interactive: bool = False,
+ interactive: bool = True,
37
devicecode: bool = False,
38
verbosity: str = "CRITICAL",
39
retry_strategy=RetryStrategy(),
0 commit comments