commit
36101e9d62
|
@ -296,6 +296,6 @@ func check() {
|
||||||
_ = UpdateUser(user)
|
_ = UpdateUser(user)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
time.Sleep(time.Hour * time.Duration(rand.Intn(2)))
|
time.Sleep(time.Hour * time.Duration(rand.Intn(2)+1))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue