Skip to content

Commit

Permalink
Fix up 'retries' member
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul V Craven committed Feb 24, 2025
1 parent ef9d993 commit 80bc26c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optimizely/config_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ def __init__(
JSON schema validation will be performed.
"""
self.retries = retries
self._config_ready_event = threading.Event()
super().__init__(
datafile=datafile,
Expand All @@ -247,7 +248,6 @@ def __init__(
self.stopped = threading.Event()
self._initialize_thread()
self._polling_thread.start()
self.retries = retries

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

0 comments on commit 80bc26c

Please sign in to comment.