fix(lrawd): Parrainage remove 500e
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
4a62daed22
commit
50786727bf
@ -81,7 +81,7 @@ func checkPrice(alertChan chan api.Availability) {
|
|||||||
StdAlert = true
|
StdAlert = true
|
||||||
}
|
}
|
||||||
|
|
||||||
if !LrAlert && availability.Price < 47000 && availability.Trim[0] == "LRAWD" {
|
if !LrAlert && availability.Price < 47500 && availability.Trim[0] == "LRAWD" {
|
||||||
log.Info("Launching an alert !")
|
log.Info("Launching an alert !")
|
||||||
alertChan <- availability
|
alertChan <- availability
|
||||||
alert++
|
alert++
|
||||||
|
Loading…
Reference in New Issue
Block a user