From 2053052b22c5f7a71a285c7b55aa30791015c490 Mon Sep 17 00:00:00 2001 From: Heiko Nickerl Date: Wed, 4 Aug 2021 21:46:46 +0200 Subject: [PATCH] fix: improve startup time (#212) --- sodalite/core/navigate.py | 1 - 1 file changed, 1 deletion(-) diff --git a/sodalite/core/navigate.py b/sodalite/core/navigate.py index 43c32a6..e20764b 100644 --- a/sodalite/core/navigate.py +++ b/sodalite/core/navigate.py @@ -44,7 +44,6 @@ def __init__(self, history: History = History.load(), entry_access: Optional[Ent self.entry_access = entry_access or EntryAccess() self._current_entry: Optional[Entry] = None pubsub.filesystem_connect(self.reload_current_entry) - self.current_entry = self.current() def current(self) -> Entry: """