Skip to content

Commit 80bc26c

Browse files
author
Paul V Craven
committed
Fix up 'retries' member
1 parent ef9d993 commit 80bc26c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

optimizely/config_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@ def __init__(
225225
JSON schema validation will be performed.
226226
227227
"""
228+
self.retries = retries
228229
self._config_ready_event = threading.Event()
229230
super().__init__(
230231
datafile=datafile,
@@ -247,7 +248,6 @@ def __init__(
247248
self.stopped = threading.Event()
248249
self._initialize_thread()
249250
self._polling_thread.start()
250-
self.retries = retries
251251

252252
@staticmethod
253253
def get_datafile_url(sdk_key: Optional[str], url: Optional[str], url_template: Optional[str]) -> str:

0 commit comments

Comments
 (0)