update config

This commit is contained in:
Josh Harvey 2016-12-01 17:46:18 +02:00
parent 33ff407437
commit a01019e0a7
3 changed files with 91 additions and 59 deletions

View file

@ -319,6 +319,7 @@ function pongClear () {
*/
function startPolling () {
executeTrades()
pong()
pongClear()
setInterval(executeTrades, TRADE_INTERVAL)