adds a configurable timeout for login()

readme, changelog updated

fixes #9
This commit is contained in:
2023-10-27 17:29:53 +01:00
parent 4bfc32ad91
commit b360545aa6
5 changed files with 24 additions and 6 deletions

View File

@@ -11,6 +11,13 @@ Before any major/minor/patch bump all unit tests will be run to verify they pass
- [x]
## [2.5.0]
### Fixed
- {Remote}.login() now has a configuratble timeout. Use timeout kwarg to set it. Defaults to 2 seconds.
- Remote class section in README updated to include timeout kwarg.
## [2.4.8] - 2023-08-13
### Added