Update maintenance command

This commit is contained in:
Christer Warén 2021-09-11 23:02:37 +03:00
parent 0c76c137b9
commit 824d4042c1

View File

@ -126,6 +126,9 @@ module.exports = {
.then(response => response.json());
client.funcs.logger('Stations', 'Successfully fetched list');
client.streamer.refresh(client);
} catch (error) {
client.funcs.logger('Stations', 'Fetching list failed');
}