Skip to content

Commit

Permalink
Version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
baerengraben authored and baerengraben committed Jul 24, 2020
1 parent f9ddbca commit 67a93d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -3142,7 +3142,7 @@ var doIt = function(self) {
});
});
req.end();
self.log.info("Swiss-Weather-API: End Get Weather Infos...");
self.log.debug("Swiss-Weather-API: End Get Weather Infos...");
setTimeout(doIt, pollInterval, self);
}

Expand Down

0 comments on commit 67a93d4

Please sign in to comment.