فهرست منبع

Save new access token after relogining

Tulir Asokan 2 سال پیش
والد
کامیت
315e7921e6
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      custompuppet.go

+ 1 - 0
custompuppet.go

@@ -119,6 +119,7 @@ func (puppet *Puppet) tryRelogin(cause error, action string) bool {
 	}
 	puppet.log.Infofln("Successfully relogined after '%v' while %s", cause, action)
 	puppet.AccessToken = accessToken
+	puppet.Update()
 	return true
 }