🐛 fix pikpak refresh_token endless loop

This commit is contained in:
微凉
2021-12-20 23:21:52 +08:00
parent 22665aa19a
commit 337bf08cd3
2 changed files with 6 additions and 3 deletions

View File

@ -46,7 +46,6 @@ func (driver PikPak) Items() []base.Item {
func (driver PikPak) Save(account *model.Account, old *model.Account) error {
err := driver.Login(account)
_ = model.SaveAccount(account)
return err
}