Skip to content

Commit 7951d32

Browse files
authored
fix: client initialization error with bootstrapped cache (#385)
1 parent 0bf3076 commit 7951d32

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

UnleashClient/connectors/bootstrap_connector.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ def __init__(
1111
engine: UnleashEngine,
1212
cache: BaseCache,
1313
):
14+
super().__init__(engine, cache)
1415
self.engine = engine
1516
self.cache = cache
1617
self.job = None

0 commit comments

Comments
 (0)