Update README.md
This commit is contained in:
parent
12ff1ee552
commit
8b1064f401
2 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,6 @@
|
|||
# cli tool for exporting ente photos
|
||||
# cli tool for exporting data from ente.io
|
||||
|
||||
#### You can configure multiple accounts for export
|
||||
|
||||
### Getting Started
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
package pkg
|
||||
|
||||
import (
|
||||
debuglog "cli-go/pkg/log"
|
||||
"cli-go/pkg/model"
|
||||
"cli-go/utils/encoding"
|
||||
"context"
|
||||
|
@ -38,7 +37,6 @@ func (c *ClICtrl) fetchRemoteCollections(ctx context.Context) error {
|
|||
if putErr != nil {
|
||||
return putErr
|
||||
}
|
||||
debuglog.PrintAlbum(album)
|
||||
}
|
||||
if maxUpdated > lastSyncTime {
|
||||
err = c.PutConfigValue(ctx, model.CollectionsSyncKey, []byte(strconv.FormatInt(maxUpdated, 10)))
|
||||
|
|
Loading…
Add table
Reference in a new issue