fix subsequent calendar fetcher timing

This commit is contained in:
Sam Detweiler
2020-10-11 22:39:42 -05:00
parent 6ec0aa8894
commit a3bad8aec4
2 changed files with 12 additions and 5 deletions

View File

@@ -70,7 +70,7 @@ module.exports = NodeHelper.create({
} else {
Log.log("Use existing calendar fetcher for url: " + url);
fetcher = self.fetchers[identifier + url];
fetcher.broadcastEvents();
//fetcher.broadcastEvents();
}
fetcher.startFetch();