diff options
-rwxr-xr-x | twittperator.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/twittperator.js b/twittperator.js index 52f9107..b77707e 100755 --- a/twittperator.js +++ b/twittperator.js @@ -1266,10 +1266,10 @@ let PLUGIN_INFO = } function start(params) { - liberator.log("Twittperator: start " + name); - stop(); + liberator.log("Twittperator: start " + name); + startTime = new Date().getTime(); lastParams = params; |