feat: fix download

This commit is contained in:
Rogee
2024-09-02 16:24:35 +08:00
parent 772421c40d
commit 07b700b158
3 changed files with 3 additions and 2 deletions

View File

@@ -70,7 +70,7 @@ func (t *TClient) Channel(ctx context.Context, channel *tg.Channel, cfg *Channel
return
}
channelMessage.WithPhoto(photo.GetID(), "jpg")
t.logger.Info("download failed", zap.String("asset", saveTo))
t.logger.Info("download photo success", zap.String("location", saveTo))
}
}
})