Skip to content

Commit

Permalink
nowait is deprecated and has no meaning any longer
Browse files Browse the repository at this point in the history
  • Loading branch information
fredriklj committed Dec 29, 2024
1 parent 8948f5a commit 40b6a7f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ options:
-e EMAIL, --email EMAIL
-p PASSWORD, --password PASSWORD
-s SESSION_FILE, --sessionfile SESSION_FILE
--nowait
```

Expand Down
2 changes: 0 additions & 2 deletions pyporscheconnectapi/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,8 +281,6 @@ def cli():
default=config.get("porsche", "session_file"),
)

parser.add_argument("--nowait", dest="nowait", action="store_true")

subparsers.add_parser("list")
subparsers.add_parser("token")

Expand Down

0 comments on commit 40b6a7f

Please sign in to comment.