X-Git-Url: http://git.codezen.org/?p=canto-next.git;a=blobdiff_plain;f=canto_next%2Ffetch.py;h=52dd9d3b36f34b64bb2612a697ea2a3cef19df2b;hp=5fde678d8099467d69335f77a2a94eecde5b6925;hb=44a1e9d9e2009cf75a0be6ee78c0861ddcb21cf2;hpb=0c9f726c63dd32e744dee5988518f3277dfa53a5 diff --git a/canto_next/fetch.py b/canto_next/fetch.py index 5fde678..52dd9d3 100644 --- a/canto_next/fetch.py +++ b/canto_next/fetch.py @@ -213,6 +213,6 @@ class CantoFetch(): self.threads = newthreads if work_done: + call_hook("daemon_work_done", []) if self.threads == []: self.shelf.sync() - call_hook("daemon_work_done", [])