teambition upload (<= 20 MB)

This commit is contained in:
微凉
2022-01-23 14:03:04 +08:00
parent 2a9598f4c6
commit df513b7dc0
5 changed files with 202 additions and 21 deletions

View File

@ -19,6 +19,7 @@ func InitAccounts() {
if !ok {
log.Errorf("no [%s] driver", account.Type)
} else {
log.Infof("start init account: [%s], type: [%s]", account.Name, account.Type)
err := driver.Save(&accounts[i], nil)
if err != nil {
log.Errorf("init account [%s] error:[%s]", account.Name, err.Error())
@ -27,4 +28,4 @@ func InitAccounts() {
}
}
}
}
}