diff --git a/server.js b/server.js index 970c8e5..f93802a 100644 --- a/server.js +++ b/server.js @@ -49,6 +49,8 @@ hs.init({ }, function() { hs.import_history({ reverse: 1, + }, function(){ + console.log('historic_sync finished!'); }); });