diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-07-27 21:00:21 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-07-27 21:00:21 -0300 |
commit | 2e574026c50e4479ca409ae79541fbcc84b20c95 (patch) | |
tree | 50585bda8be7b152b073c503c8b79bb02f6aaa64 | |
parent | 727d0afbd1cf5e83740f99c0774ec3a43090762d (diff) | |
download | finder-2e574026c50e4479ca409ae79541fbcc84b20c95.tar.gz finder-2e574026c50e4479ca409ae79541fbcc84b20c95.tar.bz2 |
Fix: comment update
-rw-r--r-- | packages/finder/main.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/finder/main.py b/packages/finder/main.py index cdefa38..4e04e5c 100644 --- a/packages/finder/main.py +++ b/packages/finder/main.py @@ -246,7 +246,7 @@ class FinderMain(): # Load initial buffer content from cache, if available cache = tg.create_task(self.load(cached=True)) - # Load initial buffer content + # Load buffer content load = tg.create_task(self.load(cached=False)) return True |