Increase time to consider machine stuck (#211)
* Increase time to consider machine stuck * Fix standard styling issues
This commit is contained in:
parent
599c865f37
commit
eb033a4174
2 changed files with 12 additions and 12 deletions
|
|
@ -50,7 +50,7 @@ function updateCoinAtmRadar () {
|
|||
const config = settings().config
|
||||
|
||||
return pi().getRates()
|
||||
.then(rates => coinAtmRadar.update({rates, config}))
|
||||
.then(rates => coinAtmRadar.update({ rates, config }))
|
||||
}
|
||||
|
||||
function start (__settings) {
|
||||
|
|
@ -79,4 +79,4 @@ function start (__settings) {
|
|||
setInterval(updateCoinAtmRadar, RADAR_UPDATE_INTERVAL)
|
||||
}
|
||||
|
||||
module.exports = {start, reload}
|
||||
module.exports = { start, reload }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue