We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef9d993 commit 80bc26cCopy full SHA for 80bc26c
optimizely/config_manager.py
@@ -225,6 +225,7 @@ def __init__(
225
JSON schema validation will be performed.
226
227
"""
228
+ self.retries = retries
229
self._config_ready_event = threading.Event()
230
super().__init__(
231
datafile=datafile,
@@ -247,7 +248,6 @@ def __init__(
247
248
self.stopped = threading.Event()
249
self._initialize_thread()
250
self._polling_thread.start()
- self.retries = retries
251
252
@staticmethod
253
def get_datafile_url(sdk_key: Optional[str], url: Optional[str], url_template: Optional[str]) -> str:
0 commit comments