修复时间问题
This commit is contained in:
parent
99fe27275b
commit
193f931f98
@ -371,7 +371,7 @@ func (c *Container) getToken() error {
|
||||
logs.Info(tZero)
|
||||
logs.Info(token.Expiration)
|
||||
t_ := token.Expiration.Sub(tZero)
|
||||
if t_ > 0 {
|
||||
if t_ < 0 {
|
||||
err2, done := getT(c, token)
|
||||
if done {
|
||||
return err2
|
||||
|
||||
Loading…
Reference in New Issue
Block a user