Skip to content

Commit

Permalink
Merge pull request #205 from statsig-io/fix-local-mode
Browse files Browse the repository at this point in the history
allow initialize from adapter in local mode
  • Loading branch information
kenny-statsig authored Oct 24, 2023
2 parents e98067d + 2a30abd commit f48ceb2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions statsig/spec_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,6 @@ def __init__(self, network: _StatsigNetwork, options: StatsigOptions, statsig_me
self._id_lists = {}

def initialize(self):
if self._options.local_mode:
self._initialized = True
return

self._initialize_specs()
self.initial_update_time = -1 if self.last_update_time == 0 else self.last_update_time

Expand Down

0 comments on commit f48ceb2

Please sign in to comment.