mirror of
https://github.com/pawelmalak/flame.git
synced 2025-08-02 17:35:17 +02:00
Removed additional weather logging
This commit is contained in:
parent
07cd725d4a
commit
51a0da8f10
3 changed files with 1 additions and 12 deletions
|
@ -15,7 +15,7 @@ const weatherJob = schedule.scheduleJob(
|
|||
|
||||
try {
|
||||
const weatherData = await getExternalWeather();
|
||||
logger.log('Weather updated');
|
||||
|
||||
Sockets.getSocket('weather').socket.send(JSON.stringify(weatherData));
|
||||
} catch (err) {
|
||||
if (secret) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue