Skip to content

Commit

Permalink
update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
ajshedivy committed Nov 4, 2024
1 parent 9c6cbb4 commit 129dfee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
- bump minimum python version to 3.10

## [v0.1.7](https://github.com/Mapepire-IBMi/mapepire-python/releases/tag/v0.1.7) - 2024-09-16

Expand Down
2 changes: 1 addition & 1 deletion mapepire_python/client/websocket.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def connect(self) -> WebSocket:
return create_connection(
self.uri, header=self.headers, sslopt=self.ssl_opts, timeout=10
)
except Exception as e:
except Exception:
raise RuntimeError(
f"An error occurred while connecting to the server: {self.db2_server.host}"
)

0 comments on commit 129dfee

Please sign in to comment.