Skip to content

Commit

Permalink
Fix shutdown api (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
tore-statsig authored Jan 12, 2022
1 parent 381046f commit 45aaafc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion statsig/statsig_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def log_event(self, event:object):
def shutdown(self):
self.__shutdown_event.set()
self._logger.shutdown()
if not options.local_mode:
if not self._options.local_mode:
self.__background_download_configs.join()
self.__background_download_idlists.join()

Expand Down

0 comments on commit 45aaafc

Please sign in to comment.