buggy
This commit is contained in:
parent
959e717da6
commit
482c192b6a
1 changed files with 2 additions and 1 deletions
|
|
@ -150,7 +150,8 @@
|
||||||
self.connection.send('')
|
self.connection.send('')
|
||||||
self.counter++
|
self.counter++
|
||||||
if (self.counter % 20 === 0) {
|
if (self.counter % 20 === 0) {
|
||||||
self.getPrice
|
this.getPrice
|
||||||
|
console.log('test')
|
||||||
}
|
}
|
||||||
}, 1000)
|
}, 1000)
|
||||||
}, 2000)
|
}, 2000)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue