Skip to content

Commit 95491c7

Browse files
committed
feat!: make Client.poll_interval a private property
1 parent 8e66f30 commit 95491c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hcloud/_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def __init__(
5757
self._application_version = application_version
5858
self._requests_session = requests.Session()
5959
self._requests_timeout = timeout
60-
self.poll_interval = poll_interval
60+
self._poll_interval = poll_interval
6161

6262
self.datacenters = DatacentersClient(self)
6363
"""DatacentersClient Instance

0 commit comments

Comments
 (0)