| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -195,7 +195,7 @@ def is_offline(self): | |||
| 195 | 195 | ||
| 196 | 196 | def is_initialized(self): | |
| 197 | 197 | flags_in_redis = self._store.all() | |
| 198 | - return self.is_offline() or self._config.use_ldd or self._update_processor.initialized() or (self._store.initialized() and flags_in_redis and len(flags_in_redis) > 0) | ||
| 198 | + return self.is_offline() or self._config.use_ldd or self._update_processor.initialized() or (self._store.initialized and flags_in_redis and len(flags_in_redis) > 0) | ||
| 199 | 199 | ||
| 200 | 200 | def flush(self): | |
| 201 | 201 | if self._config.offline or not self._config.events_enabled: | |
| Back | FazBrowse Home | New Git URL |
0 commit comments